CuReCachedNetworkImage constructor

const CuReCachedNetworkImage({
  1. Key? key,
  2. required String url,
  3. BoxFit? fit,
  4. double? width,
  5. double? height,
  6. Color? color,
  7. ImageRepeat? repeat,
  8. AlignmentGeometry? alignment,
  9. Widget? placeholder,
  10. Widget? errorWidget,
})

Implementation

const CuReCachedNetworkImage(
    {super.key,
    required this.url,
    this.fit,
    this.width,
    this.height,
    this.color,
    this.repeat,
    this.alignment,
    this.placeholder,
    this.errorWidget});