ImageDataInfo constructor

ImageDataInfo(
  1. Uint8List data,
  2. num width,
  3. num height,
  4. num depth,
)

Implementation

ImageDataInfo(this.data, this.width, this.height, this.depth);