ArcaneEmptyState constructor
const
ArcaneEmptyState({
- required String title,
- Widget? icon,
- String? description,
- Widget? action,
- Widget? secondaryAction,
- EmptyStateStyle style = EmptyStateStyle.centered,
- EmptyStateSize size = EmptyStateSize.md,
- Key? key,
Implementation
const ArcaneEmptyState({
required this.title,
this.icon,
this.description,
this.action,
this.secondaryAction,
this.style = EmptyStateStyle.centered,
this.size = EmptyStateSize.md,
super.key,
});