SmoothOffsetEaser class

Inheritance

Constructors

SmoothOffsetEaser.new(Offset start, {required double duration})

Properties

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

Methods

dx(double time) Offset
inherited
isDone(double time) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
target(Offset target, {required double time}) → void
time is the time since the last target call. After this call, internal time resets to 0.
inherited
toString() String
A string representation of this object.
inherited
x(double time) Offset
inherited

Operators

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