FSliderValue constructor

FSliderValue({
  1. required double max,
  2. double min,
  3. ({double max, double min}) constraints,
})

Creates a FSliderValue.

Implementation

factory FSliderValue({required double max, double min, ({double min, double max}) constraints}) = _Value;