verySunny property

RoundedPolygon verySunny
final

A very-sunny shape.

Implementation

static final verySunny = _customPolygon(
  [
    const _PointNRound(
      Point(0.5, 1.080),
      CornerRounding(radius: 0.085),
    ),
    const _PointNRound(
      Point(0.358, 0.843),
      CornerRounding(radius: 0.085),
    ),
  ],
  8,
).normalized();