WeatherBg constructor
WeatherBg({
- Key? key,
- required WeatherType weatherType,
- required double width,
- required double height,
Implementation
WeatherBg(
{Key? key,
required this.weatherType,
required this.width,
required this.height})
: super(key: key);