animatedCharsLoadingIndicatorAsState

public 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. . by default

initialCount

start count of symbols. 0 by default

targetCount

target count of symbols. 4 by default

duration

duration animation cycle.