clover4Leaf property

RoundedPolygon clover4Leaf
final

A 4-leaf clover shape.

Implementation

static final clover4Leaf = _customPolygon(
  [
    const _PointNRound(Point(0.5, 0.074)),
    const _PointNRound(
      Point(0.725, -0.099),
      CornerRounding(radius: 0.476),
    ),
  ],
  4,
  mirroring: true,
).normalized();