hasNoImmediateClip top-level constant

Matcher const hasNoImmediateClip

Asserts that a Finder locates a single object whose root RenderObject is not a RenderClipRect, RenderClipRRect, RenderClipOval, or RenderClipPath.

Implementation

const Matcher hasNoImmediateClip = _MatchAnythingExceptClip();