WeatherChartEmptyState constructor

const WeatherChartEmptyState({
  1. required String dataTitle,
  2. Key? key,
})

Implementation

const WeatherChartEmptyState({required this.dataTitle, super.key});