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