Class AiTypingIndicatorKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit AiTypingIndicator(Modifier modifier, String text, TextStyle textStyle) A typing indicator that reflects the current states of the TypingState.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.