progress
fun <T> <Error class: unknown class>.progress( bounds: Bounds<T>, className: String? = null, init: Progress<T>.() -> Unit? = null): Progress<T>
Content copied to clipboard
fun <Error class: unknown class>.progress( min: Number = 0, max: Number = 100, className: String? = null, init: Progress<Number>.() -> Unit? = null): Progress<Number>
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.