WClipPath extension
WClipPath._shape
WClipPath.shapeCircle
WClipPath.shapeOval
WClipPath.shapeStar
WClipPath.shapeStadium
WClipPath.shapeBeveledRectangle
WClipPath.shapeRoundedRectangle
WClipPath.shapeContinuousRectangle
WClipPath.reClipNever
WClipPath.rectFromZeroToSize
WClipPath.polygonRRegular
WClipPath.pathPolygonRRegularDecoratedBox
there is no BorderSide when using ShapeBorderClipper, See Also the comment above FBorderSide
- on
Static Methods
-
pathPolygonRRegularDecoratedBox(
Decoration decoration, RRegularPolygonCubicOnEdge polygon, {DecorationPosition position = DecorationPosition.background, Widget? child}) → ClipPath -
polygonRRegular(
RRegularPolygonCubicOnEdge polygon, {Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, Companion< CubicOffset, Size> adjust = CubicOffset.companionSizeAdjustCenter}) → ClipPath -
Available on ClipPath, provided by the WClipPath extension
withClipperSizingPath -
rRectColored(
{required BorderRadius borderRadius, required Color color, CustomClipper< RRect> ? clipper, Clip clipBehavior = Clip.antiAlias, Widget? child}) → ClipRRect - with build-in clipper
-
shapeBeveledRectangle(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, required BorderRadius borderRadius}) → Widget -
shapeCircle(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, double eccentricity = 0.0}) → Widget -
shapeContinuousRectangle(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, required BorderRadius borderRadius}) → Widget -
shapeOval(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, double eccentricity = 1.0}) → Widget -
shapeRoundedRectangle(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, required BorderRadius borderRadius}) → Widget -
shapeStadium(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child}) → Widget -
shapeStar(
{Key? key, Clip clipBehavior = Clip.antiAlias, Widget? child, double points = 5, double innerRadiusRatio = 0.4, double pointRounding = 0, double valleyRounding = 0, double rotation = 0, double squash = 0}) → Widget