checkTap property

bool checkTap
final

Whether to check touches on a full tap (true), or onPanDown (false).

For applications where you might be panning or scrolling, it's recommended to set this to true in order to avoid firing when the user is tring to scroll.

Defaults to false.

Implementation

final bool checkTap;