SilNetErrorWidget constructor
const
SilNetErrorWidget({
- Key? key,
- String? prompt,
- String? imagePath,
- void reloadFunc()?,
- TextStyle? textStyle,
- String? bottomButtonTitle,
- EdgeInsetsGeometry? contentMargin,
- double? imageWidth,
- double? imageHeight,
- Widget? customWidget,
- RefreshController? refreshController,
- Color? backgroundColor,
- Widget? refresherHeader,
- TextStyle? promptTextStyle,
- EdgeInsetsGeometry? promptMargin,
- 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);