clipper property
final
If non-null, determines which clip to use.
The default clip, which is used if this property is null, is the bounding box rectangle of the widget. ClipRect is a more efficient way of obtaining that effect.
Implementation
final CustomClipper<Path>? clipper;