ResizedImage constructor

const ResizedImage(
  1. String url, {
  2. Key? key,
  3. int? quality,
  4. BoxFit? fit,
})

Implementation

const ResizedImage(this.url, {
  Key? key, this.quality,this.fit,
}) : super(key: key);