KeypadWidget constructor
const
KeypadWidget({
- Key? key,
- required String currencySymbol,
- required ValueChanged<
KeypadResult> onResult, - Decimal? maxAmount,
- KeypadPageSettings settings = const KeypadPageSettings(),
- bool hideConfirmButton = false,
- KeypadCubit? externalCubit,
Implementation
const KeypadWidget({
super.key,
required this.currencySymbol,
required this.onResult,
this.maxAmount,
this.settings = const KeypadPageSettings(),
this.hideConfirmButton = false,
this.externalCubit,
});