PinCodeScreen constructor
const
PinCodeScreen({
- Key? key,
- required double amount,
- void onConfirm(
- String encryptedPin
- VoidCallback? onCancel,
- bool backButton = false,
PinCodeScreen constructor
Implementation
const PinCodeScreen({
super.key,
required this.amount,
this.onConfirm,
this.onCancel,
this.backButton = false,
});