RainSnowParams constructor
RainSnowParams(
- double width,
- double height,
- WeatherType weatherType
Implementation
RainSnowParams(this.width, this.height, this.weatherType);