Image constructor
Image({
- String? contentUrl,
- ImageProperties? imageProperties,
- Placeholder? placeholder,
- String? sourceUrl,
Implementation
Image({
this.contentUrl,
this.imageProperties,
this.placeholder,
this.sourceUrl,
});