softBurst property

RoundedPolygon softBurst
final

A soft-burst shape.

Implementation

static final softBurst = _customPolygon(
  [
    const _PointNRound(
      Point(0.193, 0.277),
      CornerRounding(radius: 0.053),
    ),
    const _PointNRound(
      Point(0.176, 0.055),
      CornerRounding(radius: 0.053),
    ),
  ],
  10,
).normalized();