moduleTypeKnob property

ChoiceConfigKnob<Type> moduleTypeKnob
final

Controls the type of CompoundAdder.

Implementation

final moduleTypeKnob = ChoiceConfigKnob(generatorMap.keys.toList(),
    value: CarrySelectCompoundAdder);