UFUNoDataFound constructor

const UFUNoDataFound({
  1. String? title,
  2. String? descriptions,
  3. IconData? icon,
  4. Color? iconColor,
  5. double? iconSize,
  6. Color? textColor,
  7. UFUTextSize? textSize,
  8. Key? key,
})

Implementation

const UFUNoDataFound({
  this.title,
  this.descriptions,
  this.icon,
  this.iconColor,
  this.iconSize,
  this.textColor,
  this.textSize,
  super.key,
});