Content.imageBytes constructor
Content.imageBytes(
- Uint8List bytes
Image provided as raw bytes.
Implementation
factory Content.imageBytes(Uint8List bytes) = ImageBytesContent;
Image provided as raw bytes.
factory Content.imageBytes(Uint8List bytes) = ImageBytesContent;