ImageBlock constructor

const ImageBlock(
  1. String url, {
  2. String? caption,
  3. String? credit,
  4. String? alt,
})

Implementation

const ImageBlock(this.url, {this.caption, this.credit, this.alt});