fixedValueKnob property

IntConfigKnob fixedValueKnob
getter/setter pair

The fixed value of the sum interface, only present when isFixedValueKnob is true.

Implementation

IntConfigKnob fixedValueKnob = IntConfigKnob(value: 1);