flower property
A flower shape.
Implementation
static final flower = _customPolygon(
[
const _PointNRound(Point(0.370, 0.187)),
const _PointNRound(
Point(0.416, 0.049),
CornerRounding(radius: 0.381),
),
const _PointNRound(
Point(0.479, 0.001),
CornerRounding(radius: 0.095),
),
],
8,
mirroring: true,
).normalized();