isScrolling property

  1. @override
bool isScrolling
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:

Implementation

@override
bool get isScrolling => true;