SoftRange constructor

const SoftRange(
  1. double min,
  2. double max
)

Implementation

const SoftRange(this.min, this.max);