GraphChart constructor
GraphChart({
- required double width,
- required double height,
- required double stroke,
- required List<
Map< yValues,String, double> > - required List<
Map< xValues,String, double> > - required Color backgroundChartGradientOne,
- required Color backgroundChartGradientTwo,
- required Color graphGradientOne,
- required Color graphGradientTwo,
- required Color colorGraphLine,
Implementation
GraphChart({required this.width,required this.height,required this.stroke,required this.yValues,required this.xValues,required this.backgroundChartGradientOne,required this.backgroundChartGradientTwo,required this.graphGradientOne,required this.graphGradientTwo,required this.colorGraphLine});