burst property

RoundedPolygon burst
final

A burst shape.

Implementation

static final burst = _customPolygon(
  [
    const _PointNRound(
      Point(0.5, -0.006),
      CornerRounding(radius: 0.006),
    ),
    const _PointNRound(
      Point(0.592, 0.158),
      CornerRounding(radius: 0.006),
    ),
  ],
  12,
).normalized();