sunny property

RoundedPolygon sunny
final

A sunny shape.

Implementation

static final sunny = RoundedPolygon.star(
  numVerticesPerRadius: 8,
  innerRadius: 0.8,
  rounding: _cornerRound15,
).normalized();