EmptyStateProps constructor
const
EmptyStateProps({
- required String title,
- Component? icon,
- String? emoji,
- String? description,
- Component? action,
- Component? secondaryAction,
- EmptyStateStyleVariant style = EmptyStateStyleVariant.centered,
- EmptyStateSizeVariant size = EmptyStateSizeVariant.md,
Implementation
const EmptyStateProps({
required this.title,
this.icon,
this.emoji,
this.description,
this.action,
this.secondaryAction,
this.style = EmptyStateStyleVariant.centered,
this.size = EmptyStateSizeVariant.md,
});