CircleCoordinate constructor
const
CircleCoordinate({})
Implementation
const CircleCoordinate({
this.radius = const SNumber.percent(50),
this.center = const [SNumber.percent(50), SNumber.percent(50)],
super.id,
super.show,
});