NetworkLoadingIndicator

fun NetworkLoadingIndicator(modifier: Modifier = Modifier, spinnerSize: Dp = 18.dp, textStyle: TextStyle = ChatTheme.typography.title3Bold, textColor: Color = ChatTheme.colors.textHighEmphasis)

Represents the default network loading view for the header, in case the network is down.

Parameters

modifier

Styling for the Row.

spinnerSize

The size of the spinner.

textStyle

The text style of the inner text.

textColor

The text color of the inner text.