EmptyViewImage constructor
const
EmptyViewImage({})
Implementation
const EmptyViewImage({
required this.text,
required this.image,
this.textSize = 16,
this.textColor = Colors.black26,
this.button,
super.key
});