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