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