Flutter
widgets
ScrollActivity
ScrollActivity constructor
ScrollActivity
ScrollActivity class
Constructors
ScrollActivity
Properties
delegate
isScrolling
shouldIgnorePointer
velocity
hashCode
runtimeType
Methods
applyNewDimensions
dispatchOverscrollNotification
dispatchScrollEndNotification
dispatchScrollStartNotification
dispatchScrollUpdateNotification
dispose
resetActivity
toString
updateDelegate
noSuchMethod
Operators
operator ==
ScrollActivity constructor
ScrollActivity
(
ScrollActivityDelegate
_delegate
)
Initializes
delegate
for subclasses.
Implementation
ScrollActivity(this._delegate);