hasNoImmediateClip top-level constant

const hasNoImmediateClip = const _MatchAnythingExceptClip()

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

Implementation

const Matcher hasNoImmediateClip = _MatchAnythingExceptClip()