width property

int get width

Width of the buffer in cells.

Implementation

int get width {
  _checkValid();
  return _width;
}