Progress
Constructors
Functions
Link copied to clipboard
Returns the first progress bar.
Link copied to clipboard
Returns the list of all progress bars.
Link copied to clipboard
fun Progress<out Number>.progressNumeric(initialValue: Number = 0, contentGenerator: ContentGenerator<Number> = ContentGenerator { _, _, _ -> }, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null): <Error class: unknown class>