height property

int get height

Height of the buffer in cells.

Implementation

int get height {
  _checkValid();
  return _height;
}