DeviceGestureSettings constructor
- double? touchSlop,
Create a new DeviceGestureSettings with configured settings in logical pixels.
Implementation
const DeviceGestureSettings({
this.touchSlop,
});
Create a new DeviceGestureSettings with configured settings in logical pixels.
const DeviceGestureSettings({
this.touchSlop,
});