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