scrollToBottom method
Scrolls back to the active bottom of the terminal.
Implementation
void scrollToBottom() {
scrollViewport(const VtTerminalScrollViewport.bottom());
}
Scrolls back to the active bottom of the terminal.
void scrollToBottom() {
scrollViewport(const VtTerminalScrollViewport.bottom());
}