multTypeKnob property

ChoiceConfigKnob<Type> multTypeKnob
final

Controls the type of Multiplier used for mantissa multiplication.

Implementation

final multTypeKnob =
    ChoiceConfigKnob(multGeneratorMap.keys.toList(), value: NativeMultiplier);