RangeState constructor

RangeState({
  1. num low = 0,
  2. num high = 100,
  3. RangeHandle active = RangeHandle.low,
})

Implementation

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