active property
Whether the selected render object is attached to the tree or has gone out of scope.
Implementation
bool get active => _current != null && _current!.attached;
Whether the selected render object is attached to the tree or has gone out of scope.
bool get active => _current != null && _current!.attached;