isInCard top-level constant
Matcher
const isInCard
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();