DialKnob constructor
const
DialKnob({})
Implementation
const DialKnob({
super.key,
required this.value,
required this.onChanged,
this.min = 0,
this.max = 1,
this.size = 72,
this.child,
this.trackColor,
this.levelColorStart,
this.levelColorEnd,
this.levelColor,
this.knobColor,
this.indicatorColor,
});