BgPainter constructor

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

Implementation

BgPainter(this.images, this.weatherType, this.widthRatio, this.width) {
  weatherPrint("获取云层图片成功paintpaint: ${widthRatio}===width==${width}");
}