CircularSelector constructor
const
CircularSelector({})
Implementation
const CircularSelector(
{super.key,
required this.children,
required this.childSize,
required this.radiusDividend,
required this.onSelected,
required this.customOffset,
this.circleBackgroundColor = Colors.transparent});