shouldIgnorePointer property

  1. @override
bool shouldIgnorePointer
final

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
final bool shouldIgnorePointer;