ImageContent constructor

const ImageContent({
  1. String? url,
  2. Uint8List? bytes,
  3. String? caption,
  4. double? aspectRatio,
})

Implementation

const ImageContent({this.url, this.bytes, this.caption, this.aspectRatio});