softBoom property

RoundedPolygon softBoom
final

A soft-boom shape.

Implementation

static final softBoom = _customPolygon(
  [
    const _PointNRound(Point(0.733, 0.454)),
    const _PointNRound(
      Point(0.839, 0.437),
      CornerRounding(radius: 0.532),
    ),
    const _PointNRound(
      Point(0.949, 0.449),
      CornerRounding(radius: 0.439, smoothing: 1),
    ),
    const _PointNRound(
      Point(0.998, 0.478),
      CornerRounding(radius: 0.174),
    ),
  ],
  16,
  mirroring: true,
).normalized();