clampInExtent method

void clampInExtent()

Implementation

void clampInExtent() {
  if (!hasClients) return;

  if (offset > position.maxScrollExtent) jumpTo(position.maxScrollExtent);
}