ShakeDefaultConstant2 class

Implemented types

Constructors

ShakeDefaultConstant2()

Properties

duration Duration
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
interval List<int>
range: 0 - 100, when only have one element,represents the same interval
no setteroverride
opacity List<double>
range: 0 - 1.0, []:1.0 = 1.0
no setteroverride
rotate List<double>
eg: 45deg = pi / 4, []:0 = 45: rotate 45deg
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translate List<Offset>
Offset(double dx, double dy)
no setteroverride

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