AxisRelease class sealed

Per-axis release plan.

decay is the friction-decay phases (sequential), settle is the optional final rubber/snap to the natural rest target. The trajectory shape is described by the direction + startZone + endZone fields on the per-axis subclass — pattern-match those for behavior dispatch.

Implementers

Properties

decay List<AxisFling>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settle AxisFling?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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