WowImage<T> constructor

const WowImage<T>(
  1. T dataImage, {
  2. Key? key,
  3. String? fieldName,
  4. double? height,
  5. double? width,
  6. Widget? errorBuilder,
  7. BoxFit boxFit = BoxFit.cover,
  8. Widget? loaddingBuilder,
  9. double scale = 1.0,
  10. double? wImageLoadding,
  11. double? hImageLoadding,
  12. bool isCached = false,
  13. int? memCacheWidth,
  14. int? memCacheHeight,
})

Implementation

const WowImage(
  this.dataImage, {
  super.key,
  this.fieldName,
  this.height,
  this.width,
  this.errorBuilder,
  this.boxFit = BoxFit.cover,
  this.loaddingBuilder,
  this.scale = 1.0,
  this.wImageLoadding,
  this.hImageLoadding,
  this.isCached = false,
  this.memCacheWidth,
  this.memCacheHeight,
}) : _borderRadius = null;