XImageNetBase constructor

XImageNetBase(
  1. String imageUrl, {
  2. double? width,
  3. double? height,
  4. BoxFit? fit = BoxFit.cover,
  5. Widget? errorWidget,
  6. Widget? placeholder,
  7. String imagePrefix = '',
  8. BorderRadius? borderRadius,
})

Implementation

XImageNetBase(
  this.imageUrl, {
  this.width,
  this.height,
  this.fit = BoxFit.cover,
  this.errorWidget,
  this.placeholder,
  this.imagePrefix = '',
  this.borderRadius,
});