scrollBack property
int
get
scrollBack
The number of lines above the viewport.
Implementation
int get scrollBack => height - viewHeight;
The number of lines above the viewport.
int get scrollBack => height - viewHeight;