SliderValue constructor
SliderValue({
- SlidingState state = SlidingState.close,
- double factor = 0.0,
- double offset = 0.0,
- Offset position = Offset.zero,
Implementation
SliderValue({
this.state = SlidingState.close,
this.factor = 0.0,
this.offset = 0.0,
this.position = Offset.zero,
});