PhloxAnimationsValue class

PhloxAnimationsValue return animations value as function

Constructors

PhloxAnimationsValue(Color? _color, double? _moveX, double? _moveY, double? _scale, double? _rotate, double? _opacity, double? _radius, double? _progress)

Properties

color Color?
no setter
hashCode int
The hash code for this object.
no setterinherited
moveX double?
no setter
moveY double?
no setter
opacity double?
no setter
progress double?
no setter
radius double?
no setter
rotate double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double?
no setter

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