CuReEmptyState constructor

const CuReEmptyState({
  1. Key? key,
  2. Widget? child,
  3. String? title,
  4. String? description,
  5. Widget? iconChild,
  6. EdgeInsets? padding,
  7. IconData? icon,
})

Implementation

const CuReEmptyState(
    {super.key,
    this.child,
    this.title,
    this.description,
    this.iconChild,
    this.padding,
    this.icon});