ArcaneEmptyState.noResults constructor
ArcaneEmptyState.noResults({
- String title = 'No results found',
- String? description = 'Try adjusting your search or filter criteria.',
- Widget? action,
- Widget? secondaryAction,
- EmptyStateStyle style = EmptyStateStyle.centered,
- EmptyStateSize size = EmptyStateSize.md,
- Key? key,
Implementation
ArcaneEmptyState.noResults({
this.title = 'No results found',
this.description = 'Try adjusting your search or filter criteria.',
this.action,
this.secondaryAction,
this.style = EmptyStateStyle.centered,
this.size = EmptyStateSize.md,
super.key,
}) : icon = ArcaneIcon.search(size: IconSize.lg);