shouldClip property

bool get shouldClip

Whether or not we need to clip the child.

Implementation

bool get shouldClip => _clipper != null && _clipBehavior != Clip.none;