NeoEmptyState constructor
const
NeoEmptyState({})
Implementation
const NeoEmptyState({
super.key,
required this.title,
required this.message,
required this.icon,
this.buttonLabel,
this.onPressed,
});
const NeoEmptyState({
super.key,
required this.title,
required this.message,
required this.icon,
this.buttonLabel,
this.onPressed,
});