Skip to main content

C2CImageThemeData

PropertyDescriptionType
backgroundColorImage background colorColor?
placeholderImageImage displayed while the target image is loading.ImageProvider?
placeholderImageFitHow to inscribe the placeholder image into the space allocated during layout.BoxFit?
errorImageImage displayed while the target image throws an error.ImageProvider?
placeholderImageFilterQualityThe rendering quality of the placeholder image.FilterQuality?
errorImageFitHow to inscribe the error image into the space allocated during layout.BoxFit?
errorImageFilterQualityThe rendering quality of the error image.FilterQuality?
fadeOutDurationThe duration of the fade-out animation for the placeholderImage.Duration?
fadeOutCurveThe curve of the fade-out animation for the placeholderImage.Curve?
fadeInDurationThe duration of the fade-in animation for the image.Duration?
fadeInCurveThe curve of the fade-in animation for the image.Curve?
isFadeEnabledEnable fade animation. Default: truebool?
isShowPlaceholderWhenErrorWhether to show the placeholder image when an error occurs.bool?