ImageBytesContent constructor
const
ImageBytesContent(
- Uint8List bytes
Creates image content from raw bytes.
Implementation
const ImageBytesContent(this.bytes);
Creates image content from raw bytes.
const ImageBytesContent(this.bytes);