jumpToBottom method

void jumpToBottom()

Implementation

void jumpToBottom() {
  if (hasClients) jumpTo(position.maxScrollExtent);
}