knobs property

Map<String, ConfigKnob> knobs

A mapping from configuration names to ConfigKnobs that can be used to configure this component.

Implementation

Map<String, ConfigKnob<dynamic>> get knobs;