ImageViewContent constructor
const
ImageViewContent({
- Key? key,
- required String url,
- ImageType? imageType,
- double? size,
- double? height,
- double? width,
- EdgeInsets? imagePadding,
- BoxFit? fit,
- dynamic onTap()?,
- double? radius,
- Color? tintColor,
- EdgeInsets? margin,
- bool hasBorder = false,
- Color? borderColor,
- Color? bgColor,
- double? radiusWidth,
- EdgeInsets? padding,
- bool hasGradient = false,
- String? defaultImage,
- String? error,
Implementation
const ImageViewContent({
super.key,
required this.url,
this.imageType,
this.size,
this.height,
this.width,
this.imagePadding,
this.fit,
this.onTap,
this.radius,
this.tintColor,
this.margin,
this.hasBorder = false,
this.borderColor,
this.bgColor,
this.radiusWidth,
this.padding,
this.hasGradient = false,
this.defaultImage,
this.error,
});