jumpToBottom method

void jumpToBottom()

Jumps to the bottom of the list. (Experimental feature - not in a single jump)

Implementation

void jumpToBottom() {
  _shouldJumpToBottom = true;
  notifyListeners();
  _shouldJumpToBottom = false;
}