ChartDataColor constructor

ChartDataColor(
  1. String x,
  2. double y,
  3. Color color
)

Implementation

ChartDataColor(this.x, this.y, this.color);