square property
A square shape.
Implementation
static final square = RoundedPolygon.rectangle(
width: 1,
height: 1,
rounding: _cornerRound30,
centerX: 0.5,
centerY: 0.5,
);
A square shape.
static final square = RoundedPolygon.rectangle(
width: 1,
height: 1,
rounding: _cornerRound30,
centerX: 0.5,
centerY: 0.5,
);