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