GestureSettings constructor
Create a new GestureSettings value.
Consider using GestureSettings.copyWith on an existing settings object to ensure that newly added fields are correctly set.
Implementation
const GestureSettings({
this.physicalTouchSlop,
this.physicalDoubleTapSlop,
});