MoveCameraAnimation class

Defines properties to customize the zoom and pan animation of a camera move.

Constructors

MoveCameraAnimation({required AnimationController controller, required TweenSequence<LatLng> panSequence, required TweenSequence<double> zoomSequence})

Properties

controller AnimationController
The controller to be used for the animation.
final
hashCode int
The hash code for this object.
no setteroverride
panSequence TweenSequence<LatLng>
The sequence to control the pan animation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomSequence TweenSequence<double>
The sequence to control the zoom animation.
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.
override