CldImageWidget constructor

CldImageWidget(
  1. {required String publicId,
  2. Key? key,
  3. CldImageWidgetConfiguration? configuration,
  4. String? version,
  5. String? extension,
  6. String? urlSuffix,
  7. String? assetType,
  8. String? deliveryType,
  9. Transformation? transformation,
  10. Map<String, String>? httpHeaders,
  11. ImageWidgetBuilder? imageBuilder,
  12. PlaceholderWidgetBuilder? placeholder,
  13. LoadingErrorWidgetBuilder? errorBuilder,
  14. Duration? placeholderFadeInDuration,
  15. int? memCacheWidth,
  16. int? memCacheHeight,
  17. String? cacheKey,
  18. int? maxWidthDiskCache,
  19. int? maxHeightDiskCache,
  20. double? width,
  21. double? height,
  22. Color? color,
  23. BlendMode? colorBlendMode,
  24. BoxFit? fit,
  25. ImageRepeat repeat = ImageRepeat.noRepeat,
  26. FilterQuality filterQuality = FilterQuality.low,
  27. bool matchTextDirection = false}
)

Implementation

CldImageWidget