CachedImageInfo constructor

CachedImageInfo(
  1. Color color,
  2. int widthPixels,
  3. int heightPixels
)

Implementation

CachedImageInfo(this.color, this.widthPixels, this.heightPixels);