offsetToHideAppBar property

double offsetToHideAppBar
final

It's the number of pixels that scrolling will need to hide or show the appbar. The smaller the number of pixels, the faster the application bar will hide when scrolling; otherwise, it will take longer to hide.

Implementation

final double offsetToHideAppBar;