setBouncing abstract method

double setBouncing(
  1. double available,
  2. AppBarPosition appBar,
  3. NestedScrollPosition scroll
)

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,
);