width method

Panel width(
  1. int value
)

Sets the fixed width of the panel.

Implementation

Panel width(int value) {
  _width = value;
  return this;
}