hideOnScrollSettings property

  1. @override
HideOnScrollSettings hideOnScrollSettings
final

When these scroll controllers detect a scroll down motion, the navigation bar hides automatically. A hidden navigation bar appears again when scroll up motion is detected.

Implementation

@override

///When these scroll controllers detect a scroll down motion, the navigation bar hides automatically. A hidden navigation bar appears again when scroll up motion is detected.
final HideOnScrollSettings hideOnScrollSettings;