arched_rectangle 0.0.1
arched_rectangle: ^0.0.1 copied to clipboard
This repository contains four custom clipping shapes for creating various shapes of clippings in Flutter applications.
Custom Clipping Shapes #
This repository contains four custom clipping shapes for creating various shapes of clippings in Flutter applications.
Usage #
CustomArcLeftClipper #
Creates a clipping with an arc at the bottom starting from the left edge.
CustomArcBottomClipper #
CustomArcBottomClipper(arcHeight: double) Creates a clipping with an arc at the top starting from the bottom.
CustomArcTopClipper #
CustomArcTopClipper(arcHeight: double) Creates a clipping with an arc at the bottom starting from the top.
CustomArcRightClipper #
CustomArcRightClipper(arcWidth: double) Creates a clipping with an arc at the bottom starting from the right edge.