cookie6Sided property

RoundedPolygon cookie6Sided
final

A 6-sided cookie shape.

Implementation

static final cookie6Sided = _customPolygon(
  [
    const _PointNRound(
      Point(0.723, 0.884),
      CornerRounding(radius: 0.394),
    ),
    const _PointNRound(
      Point(0.5, 1.099),
      CornerRounding(radius: 0.398),
    ),
  ],
  6,
).normalized();