circle property
A circle shape.
Implementation
static final circle = RoundedPolygon.circle(
numVertices: 10,
radius: 0.5,
centerX: 0.5,
centerY: 0.5,
);
A circle shape.
static final circle = RoundedPolygon.circle(
numVertices: 10,
radius: 0.5,
centerX: 0.5,
centerY: 0.5,
);