knobs property
override
A mapping from configuration names to ConfigKnob
s that can be used
to configure this component.
Implementation
@override
Map<String, ConfigKnob<dynamic>> get knobs => {
'Serialize/Deserialize': directionKnob,
'Input Length': inputLengthKnob,
if (directionKnob.value == Serializer) 'Input Width': inputWidthKnob,
'enable': enableKnob,
};