EmptyView constructor
const
EmptyView({})
Implementation
const EmptyView({
this.text,
this.textSize = 16,
this.icon = Icons.list_alt,
this.iconColor = Colors.black,
this.textColor = Colors.black26,
super.key
});