HideOnScrollSettings class

Constructors

HideOnScrollSettings.new({bool hideNavBarOnScroll = true, List<ScrollController> scrollControllers = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hideNavBarOnScroll bool
Navigation bar will slide down and disappear if this value is set to true when scroll controller(s) provided in scrollController property detect scroll down motion.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollControllers List<ScrollController>
Navigation bar will disappear down if scroll down motion is detect. Navigation bar will simultaneously reappear if scroll up motion is detected.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited