SecureOtpSheet constructor
const
SecureOtpSheet({
- Key? key,
- required String cardLastFour,
- required VoidCallback onCardVerified,
- bool showCardVerifiedSheet = true,
- String? amountLabel,
Implementation
const SecureOtpSheet({
super.key,
required this.cardLastFour,
required this.onCardVerified,
this.showCardVerifiedSheet = true,
this.amountLabel,
});