ClipExtension extension
Extension on Widget to add clipping.
- on
Methods
-
circleClip(
) → Widget -
Available on Widget, provided by the ClipExtension extension
Clips the widget into a circle. -
rectangleClip(
) → Widget -
Available on Widget, provided by the ClipExtension extension
Clips the widget into a rectangle. -
roundedClip(
{double radius = 8.0}) → Widget -
Available on Widget, provided by the ClipExtension extension
Clips the widget with rounded corners.