JetEmptyWidget constructor
const
JetEmptyWidget({})
Implementation
const JetEmptyWidget({
super.key,
this.icon,
required this.title,
this.message,
this.onTap,
this.showAction = false,
this.actionText,
});