RayAnimationConfig class

Inheritance

Constructors

RayAnimationConfig({bool randomizeStartDelay = true, bool randomizeFinishDelay = true, Curve curve = Curves.linear, bool enabled = false, double animationStartDelay = 0, double animationFinishDelay = 0})
const

Properties

animationFinishDelay double
finalinherited
animationStartDelay double
finalinherited
curve Curve
finalinherited
enabled bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
randomizeFinishDelay bool
final
randomizeStartDelay bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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