ConnectivityWrapper constructor
const
ConnectivityWrapper({})
Implementation
const ConnectivityWrapper({
super.key,
required this.child,
this.offlineWidget,
this.ignoreOfflineState = false,
this.onConnectivityChanged,
this.checkInterval = const Duration(seconds: 1),
});