ScrollEffectPhase class

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
isIdentity bool
no setter
isLeading bool
no setter
isTrailing bool
no setter
leading double
final
ratio double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign double
no setter
trailing double
final

Methods

leadingLerp({double from = 0, double to = 1, Curve curve = Curves.linear}) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ratioLerp({double from = 0, double to = 1, Curve curve = Curves.linear}) double
toString() String
A string representation of this object.
inherited
trailingLerp({double from = 0, double to = 1, Curve curve = Curves.linear}) double

Operators

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