ExtendedNetworkImage constructor
const
ExtendedNetworkImage(
- String image, {
- Key? key,
- double? width,
- double? height,
- BoxFit? fit,
- Color? color,
- Alignment alignment = Alignment.center,
- String? placeHolder,
- Widget errorBuilder(
- ExtendedImageState state
- Widget loadingBuilder(
- ExtendedImageState state
- Brightness? brightness,
- bool cached = true,
- double? loadingRadius,
Implementation
const ExtendedNetworkImage(
this.image, {
super.key,
this.width,
this.height,
this.fit,
this.color,
this.alignment = Alignment.center,
this.placeHolder,
this.errorBuilder,
this.loadingBuilder,
this.brightness,
this.cached = true,
this.loadingRadius,
});