MathRange constructor

const MathRange({
  1. required double min,
  2. double? max,
})

Implementation

const MathRange({required this.min, this.max});