height property
int
get
height
Total number of lines in the buffer. Always equal or greater than viewHeight.
Implementation
int get height => lines.length;
Total number of lines in the buffer. Always equal or greater than viewHeight.
int get height => lines.length;