Snap class abstract

Constructors

Snap(double extent, {double? distance = 10, double? trailingDistance, double? leadingDistance})
factory
Snap.avoidZone(double minExtent, double maxExtent, {double? delimiter})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldApplyFor(ScrollMetrics position, double proposedEnd) bool
targetPixelsFor(ScrollMetrics position, double proposedEnd, Tolerance tolerance, double velocity) double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited