SilNetErrorWidget constructor

const SilNetErrorWidget({
  1. Key? key,
  2. String? prompt,
  3. String? imagePath,
  4. void reloadFunc()?,
  5. TextStyle? textStyle,
  6. String? bottomButtonTitle,
  7. EdgeInsetsGeometry? contentMargin,
  8. double? imageWidth,
  9. double? imageHeight,
  10. Widget? customWidget,
  11. RefreshController? refreshController,
  12. Color? backgroundColor,
  13. Widget? refresherHeader,
  14. TextStyle? promptTextStyle,
  15. EdgeInsetsGeometry? promptMargin,
  16. EdgeInsetsGeometry? buttonMargin,
})

Implementation

const SilNetErrorWidget(
    {Key? key,
    this.prompt,
    this.imagePath,
    this.reloadFunc,
    this.textStyle,
    this.bottomButtonTitle,
    this.contentMargin,
    this.imageWidth,
    this.imageHeight,
    this.customWidget,
    this.refreshController,
    this.backgroundColor,
    this.refresherHeader,
    this.promptTextStyle,
    this.promptMargin,
    this.buttonMargin})
    : super(key: key);