ChartData constructor

ChartData(
  1. String x,
  2. double y, [
  3. Color? color
])

Implementation

ChartData(this.x, this.y, [this.color]);