clipper property
final
If non-null, determines which clip to use.
The delegate returns a rectangle that describes the axis-aligned bounding box of the oval. The oval's axes will themselves also be axis-aligned.
If the clipper delegate is null, then the oval uses the widget's bounding box (the layout dimensions of the render object) instead.
Implementation
final CustomClipper<Rect> clipper