RangeTrait constructor

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

Implementation

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