ContrastCurve constructor

const ContrastCurve(
  1. double low,
  2. double normal,
  3. double medium,
  4. double high,
)

Implementation

const ContrastCurve(this.low, this.normal, this.medium, this.high);