NoInternetConnectionDialog constructor

const NoInternetConnectionDialog({
  1. Key? key,
  2. double? dialogWidth,
  3. double? dialogHeight,
  4. double? topDialogWidth,
  5. double? topDialogHeight,
  6. Color? topDialogColor,
  7. String? title,
  8. TextStyle? titleStyle,
  9. double? centerDialogWidth,
  10. double? centerDialogHeight,
  11. String? content,
  12. TextStyle? contentStyle,
})

Implementation

const NoInternetConnectionDialog(
    {Key? key,
    this.dialogWidth,
    this.dialogHeight,
    this.topDialogWidth,
    this.topDialogHeight,
    this.topDialogColor,
    this.title,
    this.titleStyle,
    this.centerDialogWidth,
    this.centerDialogHeight,
    this.content,
    this.contentStyle})
    : super(key: key);