JetpackOverlayLoadingWheel

fun JetpackOverlayLoadingWheel(contentDesc: String, modifier: Modifier = Modifier)

Composable function that represents the loading wheel in the Jetpack application with an overlay.

Parameters

contentDesc

The content description for the loading wheel.

modifier

The modifier to be applied to the loading wheel.