Image constructor

const Image(
  1. String resource, {
  2. BoxFit fit = BoxFit.undefined,
})

Implementation

const Image(
  this.resource, {
  this.fit = BoxFit.undefined,
});