ShadSliderController constructor

ShadSliderController({
  1. required double initialValue,
})

Creates a ShadSliderController with an initial value.

Implementation

ShadSliderController({
  required double initialValue,
}) : super(initialValue);