WeatherLightningBg constructor

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

Implementation

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