IntConfigKnob constructor

IntConfigKnob({
  1. required int value,
})

Creates a new config knob with the specified initial value.

Implementation

IntConfigKnob({required super.value});