MinMaxAmount constructor

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

Implementation

const MinMaxAmount({this.min, this.max});