CircularLayout constructor
CircularLayout({})
Implementation
CircularLayout({
this.center = const [SNumber.percent(50), SNumber.percent(50)],
this.radius,
this.startRadius,
this.endRadius,
this.clockwise = true,
this.startAngle = 0,
this.endAngle = 360,
super.sort,
super.workerThread,
});