ExtendedNetworkImage constructor

const ExtendedNetworkImage(
  1. String image, {
  2. Key? key,
  3. double? width,
  4. double? height,
  5. BoxFit? fit,
  6. Color? color,
  7. Alignment alignment = Alignment.center,
  8. String? placeHolder,
  9. Widget errorBuilder(
    1. ExtendedImageState state
    )?,
  10. Widget loadingBuilder(
    1. ExtendedImageState state
    )?,
  11. Brightness? brightness,
  12. bool cached = true,
  13. 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,
});