Abstract interface for performing viewport transitions.
Platform implementations must provide a concrete implementation of this interface to handle viewport state changes with optional animated transitions.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transition(
ViewportState state, ViewportTransition? transition) → Future< bool> -
Transitions the map camera to the given
state, optionally using atransitionanimation.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited