circle property

RoundedPolygon circle
final

A circle shape.

Implementation

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