isNotInCard top-level constant
Asserts that the Finder locates the a single widget that has no Card widget ancestors.
This is equivalent to isNot(isInCard)
.
See also:
- isInCard, the opposite.
Implementation
const Matcher isNotInCard = _IsNotInCard()