Scrolls viewport to the bottom.
void scrollToBottom({bool smooth = true, int? delayMs}) => scrollTo(window.scrollX, document.body!.scrollHeight, smooth: smooth, delayMs: delayMs);