DragRotateHandler.fromJsObject constructor

DragRotateHandler.fromJsObject(
  1. DragRotateHandlerJsImpl jsObject
)

Creates a new DragPanHandler from a jsObject.

Implementation

DragRotateHandler.fromJsObject(DragRotateHandlerJsImpl jsObject)
    : super.fromJsObject(jsObject);