LoadingView

fun LoadingView(message: String = stringResource(R.string.loading), modifier: Modifier = Modifier)

Centered loading indicator with an optional message.

Parameters

message

Loading text; defaults to the localized "loading" string.

modifier

Modifier for layout/styling.