isNotInCard top-level constant

const isNotInCard = const _IsNotInCard()

Asserts that the Finder locates the a single widget that has no Card widget ancestors.

This is equivalent to isNot(isInCard).

See also:

Implementation

const Matcher isNotInCard = _IsNotInCard()