KinEmptyState constructor
const
KinEmptyState({})
Implementation
const KinEmptyState({
super.key,
this.icon,
this.iconWidget,
required this.title,
this.subtitle,
this.actionLabel,
this.onAction,
this.compact = false,
});