SilEmptyDataWidget constructor

const SilEmptyDataWidget({
  1. Key? key,
  2. SilEmptyData? emptyData,
  3. Function? reloadFunc,
  4. bool? enablePullDown = true,
  5. Widget? customWidget,
  6. EdgeInsetsGeometry? contentMargin,
  7. TextStyle? promptTextStyle,
  8. Widget? bottomWidget,
  9. RefreshController? refreshController,
  10. Color? backgroundColor,
  11. 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);