ImageBytesContent constructor

const ImageBytesContent(
  1. Uint8List bytes
)

Creates image content from raw bytes.

Implementation

const ImageBytesContent(this.bytes);