shouldIgnorePointer property

  1. @override
bool shouldIgnorePointer
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 => _controller?._kind != PointerDeviceKind.trackpad;