M3EMotion class

Annotations

Constructors

M3EMotion({required SpringDescription spatialFast, required SpringDescription spatialMedium, required SpringDescription spatialGentle, required SpringDescription effectsFast, required SpringDescription effectsMedium, required Duration fast, required Duration medium, required Duration slow})
const
M3EMotion.expressive()
const

Properties

effectsFast SpringDescription
final
effectsMedium SpringDescription
final
fast Duration
final
hashCode int
The hash code for this object.
no setterinherited
medium Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slow Duration
final
spatialFast SpringDescription
final
spatialGentle SpringDescription
final
spatialMedium SpringDescription
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

Static Methods

lerp(M3EMotion a, M3EMotion b, double t) M3EMotion