DeviceGestureSettings constructor

const DeviceGestureSettings(
  1. {double? touchSlop}
)

Create a new DeviceGestureSettings with configured settings in logical pixels.

Implementation

const DeviceGestureSettings({
  this.touchSlop,
});