jumpToBottom method
void
jumpToBottom()
Scroll to bottom without animation
Implementation
void jumpToBottom() => jumpTo(position.maxScrollExtent);
Scroll to bottom without animation
void jumpToBottom() => jumpTo(position.maxScrollExtent);