setPixels abstract method

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

Updates the given appbar based on available scroll offset, the current appbar position, and the nested scroll position.

Implementation

double setPixels(
  double available,
  AppBarPosition appBar,
  NestedScrollPosition scroll,
);