Spinner

constructor(frames: String, style: TextStyle = DEFAULT_STYLE, duration: Int = 1, initial: Int = 0)

Construct a Spinner from a string, where each character in the string is one frame.


constructor(frames: List<Widget>, duration: Int = 1, initial: Int = 0)

Parameters

initial

the starting tick value.