UIImageError constructor

const UIImageError({
  1. Key? key,
  2. String? message,
  3. Widget? icon,
  4. double? fontSize,
  5. double? spacing,
})

Implementation

const UIImageError({
  super.key,
  this.message,
  this.icon,
  this.fontSize,
  this.spacing,
});