subKnobs property
override
Create the knobs for adder selection.
Implementation
@override
Map<String, ConfigKnob<dynamic>> get subKnobs => {
'Custom Output Floating Point': differentWidthOutput,
if (differentWidthOutput.value)
'Output Exponent Width': exponentWidthKnob,
if (differentWidthOutput.value)
'Output Mantissa Width': mantissaWidthKnob,
};