keyboard property
      
      KeyboardHandler
      get
      keyboard
      
    
    
The map's {@link KeyboardHandler}, which allows the user to zoom, rotate, and pan the map using keyboard
shortcuts. Find more details and examples using keyboard in the {@link KeyboardHandler} section.
Implementation
KeyboardHandler get keyboard =>
    KeyboardHandler.fromJsObject(jsObject.keyboard);