gestureSettings property

GestureSettings gestureSettings

Additional configuration for touch gestures performed on this view.

For example, the touch slop defined in physical pixels may be provided by the gesture settings and should be preferred over the framework touch slop constant.

Implementation

GestureSettings get gestureSettings => _viewConfiguration.gestureSettings;