WeatherChartPainter constructor
Implementation
WeatherChartPainter({
required this.dailyAverages,
required this.minValue,
required this.maxValue,
required this.color,
});
WeatherChartPainter({
required this.dailyAverages,
required this.minValue,
required this.maxValue,
required this.color,
});