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