DeviceGestureSettings constructor Null safety
- {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,
});