boom property

RoundedPolygon boom
final

A boom shape.

Implementation

static final boom = _customPolygon(
  [
    const _PointNRound(
      Point(0.457, 0.296),
      CornerRounding(radius: 0.007),
    ),
    const _PointNRound(
      Point(0.5, -0.051),
      CornerRounding(radius: 0.007),
    ),
  ],
  15,
).normalized();