ProgressBar.step

Increments the progress bar by an amount.

class ProgressBar
step
(
this T
)
(
int increment = 1
)

Parameters

increment int

The amount to increment by.

Return Value

Type: auto

This widget to aid method chaining.

Meta