HistogramRule constructor

HistogramRule({
  1. double? end,
  2. double? interval,
  3. double? start,
})

Implementation

HistogramRule({
  this.end,
  this.interval,
  this.start,
});