ZetaEmptyState constructor
Constructs a ZetaEmptyState.
Implementation
const ZetaEmptyState({
super.key,
required this.title,
required this.description,
this.illustration,
this.primaryAction,
this.secondaryAction,
});
Constructs a ZetaEmptyState.
const ZetaEmptyState({
super.key,
required this.title,
required this.description,
this.illustration,
this.primaryAction,
this.secondaryAction,
});