ClipEffectExtension extension

Provides a extension method to apply an ClipEffect to a Widget.

on

Methods

clip(double radius, {Clip? clip, double? from}) Widget
Applies an ClipEffect to a Widget with the given clip and radius.
clipCorners(List<double> corners, {Clip? clip, List<double>? from}) Widget
Applies an ClipEffect to a Widget with the given clip and a corners.
clipRRect(BorderRadius borderRadius, {Clip? clip, BorderRadius? from}) Widget
Applies an ClipEffect to a Widget with the given clip and a borderRadius.