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