isScrolling property
override
Whether performing this activity constitutes scrolling.
Used, for example, to determine whether the user scroll direction is ScrollDirection.idle.
Implementation
@override
bool get isScrolling => true;
Whether performing this activity constitutes scrolling.
Used, for example, to determine whether the user scroll direction is ScrollDirection.idle.
@override
bool get isScrolling => true;