width method

ProgressBar width(
  1. int width
)

Implementation

ProgressBar width(int width) {
  _width = width;
  return this;
}