clover8Leaf property

RoundedPolygon clover8Leaf
final

A 8-leaf clover shape.

Implementation

static final clover8Leaf = _customPolygon(
  [
    const _PointNRound(Point(0.5, 0.036)),
    const _PointNRound(
      Point(0.758, -0.101),
      CornerRounding(radius: 0.209),
    ),
  ],
  8,
).normalized();