resetValueKnob property

ChoiceConfigKnob resetValueKnob
final

A knob controlling the reset value.

Implementation

final ChoiceConfigKnob<dynamic> resetValueKnob =
    ChoiceConfigKnob([0, 1, 'Input'], value: 0);