setBouncing abstract method
Updates the appbar during bouncing (overscroll) situations Returns any remaining scroll offset that was not consumed.
Implementation
double setBouncing(
double available,
AppBarPosition appBar,
NestedScrollPosition scroll,
);