MaterialAppBarBehavior class

Inheritance

Constructors

MaterialAppBarBehavior({bool bouncing = false, Duration alignDuration = const Duration(milliseconds: 300), Curve alignCurve = Curves.ease, bool alignAnimation = true, bool floating = false, bool dragOnlyExpanding = false, bool alwaysScrolling = true})
const

Properties

alignAnimation bool
Whether to align the appbar when the scroll is ended.
final
alignCurve Curve
The curve of the appbar alignment animation.
finalinherited
alignDuration Duration
The duration of the appbar alignment animation.
finalinherited
alwaysScrolling bool
Whether the appbar can be scroll even when the Scrollable is no scroll possible.
final
bouncing bool
Whether the appbar will be synchronized when bouncing overscroll occurs.
finalinherited
dragOnlyExpanding bool
Whether the appbar can only be expanded by drag.
final
floating bool
Whether the appbar can be expanded and contracted without scrolling to the top of the scroll.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

align(AppBarPosition appBar, NestedScrollPosition scroll) AppBarAlignmentCommand?
Determines the alignment of the appbar based on appbar position and scroll.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBouncing(double available, AppBarPosition appBar, NestedScrollPosition scroll) double
Updates the appbar during bouncing (overscroll) situations Returns any remaining scroll offset that was not consumed.
inherited
setPixels(double available, AppBarPosition appBar, NestedScrollPosition scroll) double
Updates the given appbar based on available scroll offset, the current appbar position, and the nested scroll position.
override
toString() String
A string representation of this object.
inherited

Operators

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