PinNumericKeypad constructor
const
PinNumericKeypad({
- Key? key,
- required ValueChanged<
String> onKeyPressed, - required VoidCallback onBackspace,
- required VoidCallback onClear,
- double keyHeight = 56,
- bool enabled = true,
Implementation
const PinNumericKeypad({
super.key,
required this.onKeyPressed,
required this.onBackspace,
required this.onClear,
this.keyHeight = 56,
this.enabled = true,
});