CuReCachedNetworkImage constructor
const
CuReCachedNetworkImage({
- Key? key,
- required String url,
- BoxFit? fit,
- double? width,
- double? height,
- Color? color,
- ImageRepeat? repeat,
- AlignmentGeometry? alignment,
- Widget? placeholder,
- 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});