EmptyConfig constructor
EmptyConfig({})
Implementation
EmptyConfig({
this.text,
this.btnText,
this.image,
this.btnVisible = true,
this.imageView,
this.textView,
this.button,
this.backgroundColor = Colors.white,
this.showEmptyViewWhenListEmpty = true,
});