cookie4Sided property

RoundedPolygon cookie4Sided
final

A 4-sided cookie shape.

Implementation

static final cookie4Sided = _customPolygon(
  [
    const _PointNRound(
      Point(1.237, 1.236),
      CornerRounding(radius: 0.258),
    ),
    const _PointNRound(
      Point(0.5, 0.918),
      CornerRounding(radius: 0.233),
    ),
  ],
  4,
).normalized();