generateKnob property
final
A function that should generate the initial ConfigKnob for the
index
th element in the collection.
Implementation
final ConfigKnob<dynamic> Function(int index) generateKnob;
A function that should generate the initial ConfigKnob for the
index
th element in the collection.
final ConfigKnob<dynamic> Function(int index) generateKnob;