ArcaneEmptyState.error constructor
const
ArcaneEmptyState.error({
- String title = 'Something went wrong',
- String? description = 'An error occurred while loading the content.',
- Component? action,
- Component? secondaryAction,
- EmptyStateStyle style = EmptyStateStyle.centered,
- EmptyStateSize size = EmptyStateSize.md,
- Key? key,
Implementation
const ArcaneEmptyState.error({
this.title = 'Something went wrong',
this.description = 'An error occurred while loading the content.',
this.action,
this.secondaryAction,
this.style = EmptyStateStyle.centered,
this.size = EmptyStateSize.md,
super.key,
}) : icon = null,
emoji = '⚠️';