isFirstFocus property

bool isFirstFocus

Whether this scope is currently active in its parent scope.

Implementation

bool get isFirstFocus => _parent == null || _parent._firstChild == this;