ConnectivityMonitor constructor
const
ConnectivityMonitor({})
Implementation
const ConnectivityMonitor({
super.key,
required this.child,
this.requiresConnection = true,
this.useDialogAsConnectivityIndicator = true,
this.useWidgetAsConnectivityIndicator = false,
this.customDisconnectedWidget,
this.onConnected,
this.onDisconnected,
this.customDialog,
this.connectivityLoadingWidget,
});