Class AiTypingIndicatorKt
-
- All Implemented Interfaces:
public final class AiTypingIndicatorKt
-
-
Method Summary
Modifier and Type Method Description final static UnitAiTypingIndicator(Modifier modifier, String text, TextStyle textStyle)A typing indicator that reflects the current states of the TypingState. -
-
Method Detail
-
AiTypingIndicator
@Composable() final static Unit AiTypingIndicator(Modifier modifier, String text, TextStyle textStyle)
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.
-
-
-
-