AiTypingIndicator

fun AiTypingIndicator(modifier: Modifier = Modifier, text: String, textStyle: TextStyle = TextStyle( fontSize = 16.sp, color = ChatTheme.colors.textHighEmphasis, ))

A typing indicator that reflects the current states of the TypingState.

Parameters

modifier

The modifier to be applied to this composable.

text

A text that represents the current state of the TypingState.

textStyle

A test style that will be applied to the Text.