BgPainter constructor
BgPainter(
- List<
Image> images, - WeatherType weatherType,
- double widthRatio,
- double width,
Implementation
BgPainter(this.images, this.weatherType, this.widthRatio, this.width);