ShadSliderController constructor
ShadSliderController({
- required double initialValue,
Creates a ShadSliderController with an initial value.
Implementation
ShadSliderController({
required double initialValue,
}) : super(initialValue);