BarDatum constructor

const BarDatum(
  1. String label,
  2. num value, {
  3. Style? style,
})

Implementation

const BarDatum(this.label, this.value, {this.style});