NumericalRangeTextFormatter constructor

NumericalRangeTextFormatter({
  1. required num min,
  2. required num max,
})

Implementation

NumericalRangeTextFormatter({required this.min, required this.max});