width method

Alert width(
  1. int value
)

Sets the width (for block/large display).

Implementation

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