ShakeConstant class abstract

Implementers

Constructors

ShakeConstant({required List<int> interval, required List<Offset> translate, required List<double> rotate, required List<double> opacity, Duration duration = const Duration(milliseconds: 100)})

Properties

duration Duration
final
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
final
opacity List<double>
range: 0 - 1.0, []:1.0 = 1.0
final
rotate List<double>
eg: 45deg = pi / 4, []:0 = 45: rotate 45deg
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translate List<Offset>
Offset(double dx, double dy)
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