clampInExtent method
void
clampInExtent()
Implementation
void clampInExtent() {
if (!hasClients) return;
if (offset > position.maxScrollExtent) jumpTo(position.maxScrollExtent);
}
void clampInExtent() {
if (!hasClients) return;
if (offset > position.maxScrollExtent) jumpTo(position.maxScrollExtent);
}