NiceKnob constructor
Implementation
const NiceKnob({
super.key,
required this.value,
required this.onChanged,
this.min = 0,
this.max = 100,
this.size = 80,
this.label,
this.color,
this.formatValue,
});
const NiceKnob({
super.key,
required this.value,
required this.onChanged,
this.min = 0,
this.max = 100,
this.size = 80,
this.label,
this.color,
this.formatValue,
});