PointerInputSettings constructor
Implementation
const PointerInputSettings({
this.tapSlop = 8,
this.doubleTapSlop = 24,
this.doubleTapMaxDelayMs = 300,
this.deferSingleTap = true,
});
const PointerInputSettings({
this.tapSlop = 8,
this.doubleTapSlop = 24,
this.doubleTapMaxDelayMs = 300,
this.deferSingleTap = true,
});