Image constructor

Image({
  1. String? contentUrl,
  2. ImageProperties? imageProperties,
  3. Placeholder? placeholder,
  4. String? sourceUrl,
})

Implementation

Image({
  this.contentUrl,
  this.imageProperties,
  this.placeholder,
  this.sourceUrl,
});