UIProEmptyState constructor
const
UIProEmptyState({})
Creates an empty state widget.
Implementation
const UIProEmptyState({
super.key,
this.icon,
this.title,
this.description,
this.actionText,
this.onAction,
this.image,
});