KeyboardActionsLisenter constructor
const
KeyboardActionsLisenter({
- required Widget child,
- required TextEditingController controller,
- KeyEventTransfer? keyEventTransfer,
- List<
Widget> ? floatings, - FocusNode? keyboardFocus,
- FocusNode? textfieldFocus,
- PadActionDispatcher? dispatcher,
- void onPadEvent()?,
- EnableBindPadID setAWSD = (true, 1),
- EnableBindPadID setArrows = (true, 2),
- EnableBindPadID setNumpad = (true, 3),
- EnableBindPadID setIINEArrow = (true, 1),
- EnableBindPadID setJIKL = (true, 4),
Implementation
const KeyboardActionsLisenter({
required this.child,
required this.controller,
this.keyEventTransfer,
this.floatings,
this.keyboardFocus,
this.textfieldFocus,
this.dispatcher,
this.onPadEvent,
this.setAWSD = (true, 1),
this.setArrows = (true, 2),
this.setNumpad = (true, 3),
this.setIINEArrow = (true, 1),
this.setJIKL = (true, 4)
});