width property
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;
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.
int? width;