AgCachedImage constructor
const
AgCachedImage({
- Key? key,
- required String? imageUrl,
- double? height,
- double? width,
- double? textSize,
- String? fullName,
- bool isCircle = true,
- bool isShowName = false,
- BoxFit? boxFit,
- Widget? placeHolder,
- double? radius,
- Widget? placeHoldChild,
- List<
Color> backgroundColorList = imagePlaceholderColor, - Color? backgroundColor,
Implementation
const AgCachedImage({
super.key,
required this.imageUrl,
this.height,
this.width,
this.textSize,
this.fullName,
this.isCircle = true,
this.isShowName = false,
this.boxFit,
this.placeHolder,
this.radius,
this.placeHoldChild,
this.backgroundColorList = imagePlaceholderColor,
this.backgroundColor,
});