Image constructor

const Image({
  1. String src = '',
  2. String alt = '',
})

Implementation

const Image({
  this.src = '',
  this.alt = '',
});