SizedImage constructor

const SizedImage(
  1. String url, {
  2. Key? key,
  3. BoxFit? fit,
  4. double? height,
  5. double? width,
})

Implementation

const SizedImage(
  this.url, {
  Key? key,
  this.fit,
  this.height,
  this.width,
}) : super(key: key);