TouchZoomRotateHandler class

Constructors

TouchZoomRotateHandler.fromJsObject(TouchZoomRotateHandlerJsImpl jsObject)
Creates a new TouchZoomRotateHandler from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → TouchZoomRotateHandlerJsImpl
JS object.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() → dynamic
Disables the "pinch to rotate and zoom" interaction.
disableRotation() → dynamic
Disables the "pinch to rotate" interaction, leaving the "pinch to zoom" interaction enabled.
enable([dynamic options]) → dynamic
Enables the "pinch to rotate and zoom" interaction.
enableRotation() → dynamic
Enables the "pinch to rotate" interaction.
isEnabled() bool
Returns a Boolean indicating whether the "pinch to rotate and zoom" interaction is enabled.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onStart(TouchEvent e) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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