isFirstFocus property Null safety
Returns true if this scope is the focused child of its parent scope.
Implementation
bool get isFirstFocus => enclosingScope!.focusedChild == this;
Returns true if this scope is the focused child of its parent scope.
bool get isFirstFocus => enclosingScope!.focusedChild == this;