width property
int
get
width
Width of the buffer in cells.
Implementation
int get width {
_checkValid();
return _width;
}
Width of the buffer in cells.
int get width {
_checkValid();
return _width;
}