Arc constructor
Arc({})
Implementation
Arc({
Key? key,
this.showThumb = true,
required this.centerWidget,
required this.initialValue,
required this.maxValue,
required this.onFinalSetPoint,
this.color,
}) : super(key: key);