PanelScrollData class

Contains ScrollController used by the panel and also contains some useful properties to use that controller.

NOTE: A beta feature. Although simple, this is tested roughly. Some features may not work in all cases. Feedback needed.

Properties

atEnd bool
Whether the scrollable content is at its ending position (i.e., scrolled to end).
no setter
atStart bool
Whether the scrollable content is at its starting position.
no setter
hashCode int
The hash code for this object.
no setterinherited
inBetween bool
Whether the scrollable content's position is between starting and ending position.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
Get the ScrollController used by the SlidingPanel.
no setter

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