ProgressBar.setInverted
void setInverted(bool inverted) nothrowSets whether the progress bar is inverted.
Progress bars normally grow from top to bottom or left to right. Inverted progress bars grow in the opposite direction.
Parameters
inverted | true to invert the progress bar |