KeyboardActionsLisenter constructor

const KeyboardActionsLisenter({
  1. required Widget child,
  2. required TextEditingController controller,
  3. KeyEventTransfer? keyEventTransfer,
  4. List<Widget>? floatings,
  5. FocusNode? keyboardFocus,
  6. FocusNode? textfieldFocus,
  7. PadActionDispatcher? dispatcher,
  8. void onPadEvent(
    1. PadActionEvent,
    2. String
    )?,
  9. EnableBindPadID setAWSD = (true, 1),
  10. EnableBindPadID setArrows = (true, 2),
  11. EnableBindPadID setNumpad = (true, 3),
  12. EnableBindPadID setIINEArrow = (true, 1),
  13. 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)
  });