skipOffstage property

bool skipOffstage
final

Whether this finder skips nodes that are offstage.

If this is true, then the elements are walked using Element.debugVisitOnstageChildren. This skips offstage children of Offstage widgets, as well as children of inactive Routes.

Implementation

final bool skipOffstage;