RetryImage constructor
const
RetryImage( - String url, {
- Key? key,
- String? checksum,
- ThumbHash? thumbhash,
- BoxFit? fit,
- double? height,
- double? width,
- double? minWidth,
- double? aspectRatio,
- BorderRadius? borderRadius,
- FutureOr<void> onForbidden()?,
- ImageFilter? filter,
- bool cancelable = false,
- bool displayProgress = true,
- 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,
});