isFirstFocus property
Whether this scope is currently active in its parent scope.
Implementation
bool get isFirstFocus => _parent == null || _parent._firstChild == this;
Whether this scope is currently active in its parent scope.
bool get isFirstFocus => _parent == null || _parent._firstChild == this;