Nfc Config
constructor(titleMessage: String, subtitleMessage: String, buttonText: String, sheetGesturesEnabled: Boolean = true, shouldDismissBottomSheetOnBackPress: Boolean = false, shouldDismissBottomSheetOnClickOutside: Boolean = false, nfcReadTimeout: Duration = 60.seconds, nfcScanningAnimationSlot: @Composable ColumnScope.() -> Unit = {
ScanningAnimationDefault.NfcScanningAnimation()
})(source)