clickTolerance property

num clickTolerance

The max number of pixels a user can shift the mouse pointer during a click for it to be considered a valid click (as opposed to a mouse drag).

Implementation

num get clickTolerance => jsObject.clickTolerance;