jumpToBottom method

void jumpToBottom()

Scroll to bottom without animation

Implementation

void jumpToBottom() => jumpTo(position.maxScrollExtent);