postScroll method
Implementation
double postScroll(double available, NestedScrollPosition position) {
return consumeWith(
available,
position,
(connection) => connection.onPostScroll,
(connection) => NestedScrollConnection.of(context)?.postScroll,
);
}