hasScrollableRegion property
bool
get
hasScrollableRegion
Implementation
bool get hasScrollableRegion {
return _marginTop > 0 || _marginBottom < (_terminal.viewHeight - 1);
}
bool get hasScrollableRegion {
return _marginTop > 0 || _marginBottom < (_terminal.viewHeight - 1);
}