SafaehEmptyState constructor
const
SafaehEmptyState({})
Implementation
const SafaehEmptyState({
super.key,
required this.icon,
required this.title,
this.subtitle,
this.actionLabel,
this.onAction,
this.actionIcon = Icons.add,
this.iconSize = 64,
});