Nfc Config
constructor(titleMessage: String, subtitleMessage: String, buttonText: String, sheetGesturesEnabled: Boolean = true, shouldDismissBottomSheetOnBackPress: Boolean = false, shouldDismissBottomSheetOnClickOutside: Boolean = false, nfcReadTimeout: Duration = 60.seconds, nfcUnsupportedMessage: String = "NFC is not supported on this device", nfcDisabledMessage: String = "NFC is disabled on this device", nfcScanTimeoutMessage: String = "NFC scan timed out", nfcSuccessMessage: String = "Tag scanned successfully", nfcScanningAnimationSlot: @Composable ColumnScope.() -> Unit = {
ScanningAnimationDefault.NfcScanningAnimation()
})(source)