CLEmptyState constructor
const
CLEmptyState({})
Implementation
const CLEmptyState({
super.key,
required this.title,
this.message,
this.icon,
this.action,
this.iconColor,
this.compact = false,
});
const CLEmptyState({
super.key,
required this.title,
this.message,
this.icon,
this.action,
this.iconColor,
this.compact = false,
});