NoInternetPage constructor
const
NoInternetPage({})
Implementation
const NoInternetPage({
super.key,
this.child,
this.onRetry,
this.title = 'No Internet Connection',
this.message = 'Please check your internet connection and try again.',
this.retryButtonText = 'Retry',
this.backgroundColor,
this.textColor,
this.buttonColor,
});