WeatherNightStarBg constructor

WeatherNightStarBg({
  1. Key? key,
  2. required WeatherType weatherType,
})

Implementation

WeatherNightStarBg({Key? key, required this.weatherType}) : super(key: key);