CommonErrorModel constructor

CommonErrorModel({
  1. Widget? icon,
  2. String? desc,
  3. String? imageAssert,
  4. Size? imageSize,
  5. Color? backgroundColor,
  6. double? space,
  7. TextStyle? textStyle,
  8. Widget? buttonWidget,
  9. Map? extendInfo,
  10. String? message,
  11. double? size,
})

Implementation

CommonErrorModel({
  this.icon,
  this.desc,
  this.imageAssert,
  this.imageSize,
  this.backgroundColor,
  this.space,
  this.textStyle,
  this.buttonWidget,
  this.extendInfo,
  this.message,
  this.size,
});