ArcaneEmptyState.offline constructor
ArcaneEmptyState.offline({
- String title = 'You\'re offline',
- String? description = 'Check your internet connection and try again.',
- Widget? action,
- Widget? secondaryAction,
- EmptyStateStyle style = EmptyStateStyle.centered,
- EmptyStateSize size = EmptyStateSize.md,
- Key? key,
Implementation
ArcaneEmptyState.offline({
this.title = 'You\'re offline',
this.description = 'Check your internet connection and try again.',
this.action,
this.secondaryAction,
this.style = EmptyStateStyle.centered,
this.size = EmptyStateSize.md,
super.key,
}) : icon = ArcaneIcon.wifiOff(size: IconSize.lg);