WeatherBg constructor
const
WeatherBg({})
Implementation
const WeatherBg({
Key? key,
required this.weatherType,
required this.width,
required this.height,
this.colorOpacity = 1,
this.cloudOpacity = 1,
}) : super(key: key);