isEnabled method

bool isEnabled()

Returns a Boolean indicating whether the "drag to pan" interaction is enabled.

@returns {boolean} true if the "drag to pan" interaction is enabled.

Implementation

bool isEnabled() => jsObject.isEnabled();