CarpenterEmptyStateDescriptor constructor
const
CarpenterEmptyStateDescriptor({
- required String title,
- String? message,
- CarpenterEmptyStateKind kind = CarpenterEmptyStateKind.collection,
- CarpenterCommand<
void> ? action,
Implementation
const CarpenterEmptyStateDescriptor({
required this.title,
this.message,
this.kind = CarpenterEmptyStateKind.collection,
this.action,
});