DoubleRange constructor

DoubleRange({
  1. double? max,
  2. double? min,
})

Implementation

DoubleRange({this.max, this.min});