ImageContentBlock constructor

const ImageContentBlock({
  1. String type = 'image',
})

Implementation

const ImageContentBlock({this.type = 'image'});