IntConfigKnob constructor
- required int value,
Creates a new config knob with the specified initial value.
Implementation
IntConfigKnob({required super.value});
Creates a new config knob with the specified initial value.
IntConfigKnob({required super.value});