Package 

Class AnimatedDotsAsStateKt

    • Method Summary

      Modifier and Type Method Description
      final static State<String> animatedCharsLoadingIndicatorAsState(Character symbol, Integer initialCount, Integer targetCount, String label, Integer duration) Implements infinite loading indicator by using some Char as a step of progress
      • Methods inherited from class java.lang.Object

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

      • animatedCharsLoadingIndicatorAsState

        @Composable() final static State<String> animatedCharsLoadingIndicatorAsState(Character symbol, Integer initialCount, Integer targetCount, String label, Integer duration)

        Implements infinite loading indicator by using some Char as a step of progress

        Parameters:
        symbol - symbol for drawing progress.
        initialCount - start count of symbols.
        targetCount - target count of symbols.
        duration - duration animation cycle.