focus property

Returns the FocusScopeNode of the FocusScope that most tightly encloses the given context.

Implementation

FocusScopeNode get focus {
  return FocusScope.of(this);
}