shouldIgnorePointer property
override
Whether the scroll view should ignore pointer events while performing this activity.
See also:
- isScrolling, which describes whether the activity is considered to represent user interaction or not.
Implementation
@override
bool get shouldIgnorePointer => false;