RetryImage constructor

const RetryImage(
  1. String url, {
  2. Key? key,
  3. String? checksum,
  4. ThumbHash? thumbhash,
  5. BoxFit? fit,
  6. double? height,
  7. double? width,
  8. double? minWidth,
  9. double? aspectRatio,
  10. BorderRadius? borderRadius,
  11. FutureOr<void> onForbidden()?,
  12. ImageFilter? filter,
  13. bool cancelable = false,
  14. bool displayProgress = true,
  15. Widget loadingBuilder()?,
})

Implementation

const RetryImage(
  this.url, {
  super.key,
  this.checksum,
  this.thumbhash,
  this.fit,
  this.height,
  this.width,
  this.minWidth,
  this.aspectRatio,
  this.borderRadius,
  this.onForbidden,
  this.filter,
  this.cancelable = false,
  this.displayProgress = true,
  this.loadingBuilder,
});