MarkerAnimationSet class

marker动画集合

Inheritance
Annotations

Constructors

MarkerAnimationSet({List<MarkerAnimation>? animationSet, required Duration duration, int repeatCount = 1, RepeatMode repeatMode = RepeatMode.Reverse})

Properties

animationSet List<MarkerAnimation>?
final
duration Duration
finalinherited
fromValue double?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
repeatCount int
finalinherited
repeatMode RepeatMode
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toValue double?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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