RangeState constructor
RangeState({
- num low = 0,
- num high = 100,
- RangeHandle active = RangeHandle.low,
Implementation
RangeState({this.low = 0, this.high = 100, this.active = RangeHandle.low});