height property
int
get
height
Height of the buffer in cells.
Implementation
int get height {
_checkValid();
return _height;
}
Height of the buffer in cells.
int get height {
_checkValid();
return _height;
}