fNode property

FocusNode get fNode

Returns the focus node from the closest widgets.Focus ancestor.

context.focusNode is equivalent to widgets.Focus.of`.

Implementation

widgets.FocusNode get fNode {
  return widgets.Focus.of(this);
}