isInCard top-level constant Null safety
Asserts that the Finder locates a single widget that has at least one Card widget ancestor.
See also:
- isNotInCard, the opposite.
Implementation
const Matcher isInCard = _IsInCard();
Asserts that the Finder locates a single widget that has at least one Card widget ancestor.
See also:
const Matcher isInCard = _IsInCard();