JetpackLoadingWheel

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

Composable function that represents the loading wheel in the Jetpack application.

Parameters

contentDesc

The content description for the loading wheel.

modifier

The modifier to be applied to the loading wheel.