SpringSimulator class

Constructors

SpringSimulator({required TickerProvider vsync, required SpringConfiguration configuration, double? initialLength})

Properties

configuration SpringConfiguration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SpringState
no setter
vsync TickerProvider
final

Methods

addListener(SpringStateChangeCallback callback) RemovalFunction
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setVelocity(double velocity) → void
toString() String
A string representation of this object.
inherited

Operators

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