NoInternetScreen constructor
const
NoInternetScreen({
- Key? key,
- VoidCallback? onRetry,
- String? title,
- String? message,
- String? buttonText,
Implementation
const NoInternetScreen({
super.key,
this.onRetry,
this.title,
this.message,
this.buttonText,
});