FocusNode constructor
FocusNode({
- bool canFocus = true,
- KeyHandler? onKey,
Implementation
FocusNode({this.canFocus = true, this.onKey});
FocusNode({this.canFocus = true, this.onKey});