FocusNode constructor

FocusNode({
  1. bool canFocus = true,
  2. KeyHandler? onKey,
})

Implementation

FocusNode({this.canFocus = true, this.onKey});