Image constructor

const Image(
  1. List<int> argbPixels,
  2. int width,
  3. int height
)

Implementation

const Image(this.argbPixels, this.width, this.height);