isNotInCard top-level constant Null safety
Asserts that the Finder locates 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();