ConnectivityAwareWidget constructor
const
ConnectivityAwareWidget({})
Implementation
const ConnectivityAwareWidget({
super.key,
required this.child,
this.onConnected,
this.onDisconnected,
this.onRetry,
this.noInternetWidget,
this.showLocalNoInternet = false,
});