KeyEventState.keypad constructor
KeyEventState.keypad()
Creates a new instance of KeyEventState with keypad enabled.
Implementation
factory KeyEventState.keypad() => const KeyEventState(_keypad);
Creates a new instance of KeyEventState with keypad enabled.
factory KeyEventState.keypad() => const KeyEventState(_keypad);