VEmptyView constructor
const
VEmptyView({
- Key? key,
- EmptyType type = EmptyType.empty,
- String? image,
- String? text,
- String? reloadBtnTxt,
- double space = _space,
- VoidCallback? clickCallBack,
- String? reloadBtnBgColor,
- double reloadBtnTxtFontSize = _btnFontSize,
- double infoFontSize = _textFontSize,
- String? infoTextColor,
- LocaleType? localeType,
Implementation
const VEmptyView({
Key? key,
this.type = EmptyType.empty,
this.image,
this.text,
this.reloadBtnTxt ,
this.space = _space,
this.clickCallBack,
this.reloadBtnBgColor,
this.reloadBtnTxtFontSize = _btnFontSize,
this.infoFontSize = _textFontSize,
this.infoTextColor,
this.localeType,
}) : super(key: key);