WeatherRainSnowBg constructor
const
WeatherRainSnowBg({
- Key? key,
- required WeatherType weatherType,
- required double viewWidth,
- required double viewHeight,
Implementation
const WeatherRainSnowBg(
{Key? key,
required this.weatherType,
required this.viewWidth,
required this.viewHeight})
: super(key: key);