isScrolling property
override
Whether performing this activity constitutes scrolling.
Used, for example, to determine whether the user scroll direction (see ScrollPosition.userScrollDirection) is ScrollDirection.idle.
See also:
- shouldIgnorePointer, which controls whether pointer events are allowed while the activity is live.
- UserScrollNotification, which exposes this status.
Implementation
@override
bool get isScrolling => true;