DefaultImageView constructor

DefaultImageView({
  1. double? width,
  2. double? height,
  3. String? imageUrl,
  4. BoxFit? boxFit,
  5. bool? isKategory,
  6. double? circle,
  7. double? paddingWidth,
  8. bool? isProfile,
  9. bool? isDetail,
  10. Color? colorbackground,
  11. bool? isGif,
  12. String? video,
  13. String? path,
  14. EdgeInsets? margin,
  15. bool? cover,
  16. double? fullSize,
})

Implementation

DefaultImageView({
  this.width,
  this.height,
  this.imageUrl,
  this.boxFit,
  this.isKategory,
  this.circle,
  this.paddingWidth,
  this.isProfile,
  this.isDetail,
  this.colorbackground,
  this.isGif,
  this.video,
  this.path,
  this.margin,
  this.cover,
  this.fullSize,
});