Connective constructor
const
Connective({})
Creates a Connective widget with specific builders for each state.
Implementation
const Connective({
super.key,
this.onWifi,
this.onMobile,
this.onEthernet,
this.onVpn,
this.onBluetooth,
this.onOther,
this.onNone,
this.child,
this.showLoadingOnInit = false,
this.loadingWidget,
this.onConnectivityChanged,
}) : builder = null;