knobs property
latefinal
A mapping from configuration names to ConfigKnob
s that can be used
to configure this component.
Implementation
@override
late final Map<String, ConfigKnob<dynamic>> knobs = UnmodifiableMapView({
'Signed Input': signKnob,
'Leading Digit Prediction Input': leadingDigitPredictionKnob,
'Input integer width': integerWidthKnob,
'Input fraction width': fractionWidthKnob,
'Output exponent width': exponentWidthKnob,
'Output mantissa width': mantissaWidthKnob,
});