Content.imageBytes constructor

Content.imageBytes(
  1. Uint8List bytes
)

Image provided as raw bytes.

Implementation

factory Content.imageBytes(Uint8List bytes) = ImageBytesContent;