CircularLayoutDelegate constructor
CircularLayoutDelegate({})
Implementation
CircularLayoutDelegate({
required this.idItems,
required this.radius,
required this.startAngleDeg,
required this.totalArchDeg,
required this.isClockWise,
this.centerCircleLayoutId,
});