NiceKeyboardListener constructor
- Key? key,
- required Widget child,
- void onKeyDown(
- KeyDownEvent event
- void onKeyUp(
- KeyUpEvent event
- FocusNode? focusNode,
- bool autofocus = false,
Implementation
const NiceKeyboardListener({
super.key,
required this.child,
this.onKeyDown,
this.onKeyUp,
this.focusNode,
this.autofocus = false,
});