EmptyState constructor
const
EmptyState({})
Implementation
const EmptyState({
super.key,
required this.icon,
required this.title,
required this.subtitle,
this.actionLabel,
this.onAction,
});
const EmptyState({
super.key,
required this.icon,
required this.title,
required this.subtitle,
this.actionLabel,
this.onAction,
});