LoadingScreen

fun LoadingScreen(modifier: Modifier = Modifier)

Represents a loading screen. This contains a circular progress indicator in the center of the screen.

Since

1.0.0-beta.1

Parameters

modifier

The modifier to be applied to the view.