MultiProgressBarWidgetMaker
The default implementation of ProgressBarWidgetMaker.
It uses a grid or verticalLayout to render the progress bars.
Functions
Link copied to clipboard
fun <T> ProgressBarWidgetMaker.build(vararg rows: Pair<ProgressBarDefinition<T>, ProgressState<T>>): Widget
Build a progress widget with the given rows.
Link copied to clipboard
Build the widgets for each cell in the progress bar.