subKnobs property

Map<String, ConfigKnob> subKnobs
final

A mapping from a sub-knob name to a corresponding sub-ConfigKnob.

Implementation

final Map<String, ConfigKnob<dynamic>> subKnobs;