NoInternetWidget constructor

NoInternetWidget({
  1. Widget? widget,
  2. Color? backgroundColor,
  3. Widget? displayImage,
  4. TextStyle? titleStyle,
  5. TextStyle? descriptionStyle,
})

Implementation

NoInternetWidget(
    {this.widget,
    this.backgroundColor,
    this.displayImage,
    this.titleStyle,
    this.descriptionStyle});