WeatherItemBg constructor

WeatherItemBg({
  1. Key? key,
  2. required WeatherType weatherType,
  3. dynamic width,
  4. dynamic height,
})

Implementation

WeatherItemBg({Key? key, required this.weatherType, this.width, this.height})
    : super(key: key);