describeClipBounds method
override
Describes the clip that would be applied to contents of this layer, if any.
Implementation
@override
Rect? describeClipBounds() => clipPath?.getBounds();
Describes the clip that would be applied to contents of this layer, if any.
@override
Rect? describeClipBounds() => clipPath?.getBounds();