isNotInCard top-level constant

Matcher const isNotInCard

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

This is equivalent to isNot(isInCard).

See also:

Implementation

const Matcher isNotInCard = _IsNotInCard();