subKnobs property

  1. @override
Map<String, ConfigKnob> get subKnobs
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,
    };