Kwik Network State View
fun KwikNetworkStateView(networkState: KwikNetworkUtils.NetworkState, modifier: Modifier = Modifier)
Useful for displaying the current network state of the app.
Parameters
network State
KwikNetworkUtils.NetworkState The current network state of the app.
modifier
The modifier for the view.