WeatherChartRangeIndicator constructor
Implementation
const WeatherChartRangeIndicator({
required this.dataMin,
required this.dataMax,
this.minDate,
this.maxDate,
required this.unit,
required this.icon,
this.dataType,
super.key,
});
const WeatherChartRangeIndicator({
required this.dataMin,
required this.dataMax,
this.minDate,
this.maxDate,
required this.unit,
required this.icon,
this.dataType,
super.key,
});