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