HourlyWeatherChart constructor
Implementation
const HourlyWeatherChart({
required this.data,
this.dataType = 'temperature',
this.sortAscending = false,
this.latitude,
this.longitude,
this.address,
this.dataSource,
super.key,
});
const HourlyWeatherChart({
required this.data,
this.dataType = 'temperature',
this.sortAscending = false,
this.latitude,
this.longitude,
this.address,
this.dataSource,
super.key,
});