BgPainter constructor

BgPainter(
  1. List<Image> images,
  2. WeatherType weatherType,
  3. double widthRatio,
  4. double width,
)

Implementation

BgPainter(this.images, this.weatherType, this.widthRatio, this.width);