SnapOptions constructor
const
SnapOptions({})
Implementation
const SnapOptions({
this.snapToKeylines = true,
this.snapToGuides = true,
this.snapToGrid = true,
this.snapToObjects = true,
this.showBothGuidesWhenClose = false,
this.toleranceScreenPx = 6.0,
this.zoom = 1.0,
this.innerDualAxisTolPx,
this.innerDualAxisTolFactor = 0.0, // 0 = disabled unless px is set
});