KeyboardOptions.disabled constructor

const KeyboardOptions.disabled()

Disable keyboard control of the map

CursorKeyboardRotationOptions may still be active, and is not disabled if this is disabled.

Implementation

const KeyboardOptions.disabled()
    : this(
        enableArrowKeysPanning: false,
        performLeapTriggerDuration: null,
        autofocus: false,
      );