ClipingExtension extension
- on
Methods
-
clipOval(
{CustomClipper< Rect> ? clipper, Clip clipBehavior = Clip.antiAlias}) → Widget -
Available on Widget, provided by the ClipingExtension extension
Wraps this widget with a ClipOval widget. -
clipPath(
CustomClipper< Path> clipper, {Clip clipBehavior = Clip.antiAlias}) → Widget -
Available on Widget, provided by the ClipingExtension extension
Wraps this widget with a ClipPath widget. -
clipRect(
{CustomClipper< Rect> ? clipper, Clip clipBehavior = Clip.hardEdge}) → Widget -
Available on Widget, provided by the ClipingExtension extension
Wraps this widget with a ClipRect widget. -
clipRRect(
{BorderRadiusGeometry borderRadius = BorderRadius.zero, CustomClipper< RRect> ? clipper, Clip clipBehavior = Clip.antiAlias}) → Widget -
Available on Widget, provided by the ClipingExtension extension
Wraps this widget with a ClipRRect widget.