BoxDataPoint constructor

const BoxDataPoint({
  1. double x = 0,
  2. double median = 0,
  3. double q1 = 0,
  4. double q3 = 0,
  5. double min = 0,
  6. double max = 0,
})

Implementation

const BoxDataPoint({this.x = 0, this.median = 0, this.q1 = 0, this.q3 = 0, this.min = 0, this.max = 0});