BgPainter constructor
BgPainter(
- List<
Image> images, - WeatherType weatherType,
- dynamic widthRatio,
- dynamic width,
Implementation
BgPainter(this.images, this.weatherType, this.widthRatio, this.width) {
weatherPrint("获取云层图片成功paintpaint: ${widthRatio}===width==${width}");
}