captureTaps property

bool captureTaps
final

When true (default), every pointer-up that follows a brief pointer-down fires a tap event with x/y and the current route name. Disable if you want fully manual tracking.

Implementation

final bool captureTaps;