CursorKeyboardRotationOptions.disabled constructor

CursorKeyboardRotationOptions.disabled()

Create options to disable cursor/keyboard rotation

Cursor/keyboard rotation is designed for desktop platforms, and allows the cursor to be used to set the rotation of the map whilst a keyboard key is held down (as triggered by isKeyTrigger).

Implementation

CursorKeyboardRotationOptions.disabled() : this(isKeyTrigger: (_) => false);