isOnstage top-level constant
Matcher
const isOnstage
Asserts that the Finder locates a single widget that has no Offstage widget ancestors.
See also:
- isOffstage, the opposite.
Implementation
const Matcher isOnstage = _IsOnstage();