KnobStyle
A type alias for DraggableControlStyle, together with the default style used by the Knob component.
type KnobStyle = DraggableControlStyle
var default_knob_style = KnobStyle(
width: nil,
height: nil,
image: default_knob_image,
handle_size: 0,
padding: EdgeInsets(0),
label_style: LabelStyle(),
axis: Axis.vertical,
disabled_opacity: 0.24,
)