AppEmptyState constructor
const
AppEmptyState({})
Creates an empty-state view with optional icon and action.
Implementation
const AppEmptyState({
super.key,
required this.message,
this.icon = Icons.inbox_outlined,
this.action,
});