isFirstFocus property

bool isFirstFocus

Returns true if this scope is the focused child of its parent scope.

Implementation

bool get isFirstFocus => enclosingScope!.focusedChild == this;