-
public final class AnimatedDotsAsStateKt
-
-
Method Summary
-
-
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.
-
-
-
-