EmptyStateWidget constructor
const
EmptyStateWidget({})
Implementation
const EmptyStateWidget({
super.key,
required this.message,
this.title,
this.icon,
this.illustration,
this.action,
this.actionLabel,
this.onActionPressed,
});