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