StretchedPictureFill constructor

StretchedPictureFill({
  1. String? contentUrl,
  2. Size? size,
})

Implementation

StretchedPictureFill({
  this.contentUrl,
  this.size,
});