shape_to_go

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

shape to go

shape_to_go #
Creating basic shapes is now easy with the shape_to_go package.
Example #

ClipPath(
clipper: Potter(points: [
const TopLeftEdge(),
const PointOnShap(xDivider: 2,yDivider: 3),
const TopRightEdge(),
const PointOnShap(xDivider: 3/2,yDivider: 2),
const BottomRightEdge(),
const PointOnShap(xDivider: 2,yDivider: 3/2),
const BottomLeftEdge(),
const PointOnShap(xDivider: 3,yDivider: 2),
]
),
child: Container(
color: Colors.green,
width: 342,
height: 357,
),
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.