Image constructor

Image({
  1. String? content,
  2. ImageSource? source,
})

Implementation

Image({
  this.content,
  this.source,
});