progressBar

fun progressBar(full: Int, total: Int, scale: Int = 25, theme: ProgressBarTheme = ProgressBarTheme.HILLS, showCount: Boolean = false): ProgressBar(source)
fun progressBar(ratio: Float, total: Int, scale: Int = 25, theme: ProgressBarTheme = ProgressBarTheme.HILLS, showCount: Boolean = false): ProgressBar(source)