NiceKnob constructor
const
NiceKnob({})
Implementation
const NiceKnob({
super.key,
required this.value,
this.minValue = 0,
this.maxValue = 100,
this.onChanged,
this.onChangeEnd,
this.size = 100,
this.trackColor,
this.knobColor,
this.indicatorColor,
this.showValue = true,
this.label,
this.valueFormatter,
this.divisions = 0,
this.enabled = true,
});