width property

int? width
getter/setter pair

The width of the rendered progress bar.

If this is null, the maximum available width is used.

If there's not enough room to use the set width, the maximum available width will be used instead.

Implementation

int? width;