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({
'Length of list (number of elements)': signalsKnob,
'Element width (for all elements)': logicWidthKnob,
'Find maximum (uncheck for minimum)': maxKnob,
});