SilEmptyDataWidget constructor
const
SilEmptyDataWidget({
- Key? key,
- SilEmptyData? emptyData,
- Function? reloadFunc,
- bool? enablePullDown = true,
- Widget? customWidget,
- EdgeInsetsGeometry? contentMargin,
- TextStyle? promptTextStyle,
- Widget? bottomWidget,
- RefreshController? refreshController,
- Color? backgroundColor,
- Widget? refresherHeader,
Implementation
const SilEmptyDataWidget(
{Key? key,
this.emptyData,
this.reloadFunc,
this.enablePullDown = true,
this.customWidget,
this.contentMargin,
this.promptTextStyle,
this.bottomWidget,
this.refreshController,
this.backgroundColor,
this.refresherHeader})
: super(key: key);