jumpToMax method

void jumpToMax()

Implementation

void jumpToMax() {
  return jumpTo(position.maxScrollExtent);
}