CircularViewer constructor
const
CircularViewer({})
Implementation
const CircularViewer(
{Key? key,
required this.maxValue,
this.textStyle = const TextStyle(fontSize: 20),
this.decoration,
required this.radius,
required this.color,
required this.value,
required this.sliderColor,
required this.unSelectedColor})
: super(key: key);