class
Progress


Known Subclasses:  HorizontalProgress, VerticalProgress

A progress bar that starts from 0 and ends at 100.

behaviour
bindable
clonable
indeterminate:Bool
Whether the made progress should "dance around" in the progress bar or not. Defaults to false.
behaviour
bindable
clonable
pos:Float
The current position of the progress bar. the bar will be filled from 0 to this value.


override
cloneComponent():Progress