panningTool property
      
      PanningTool
      get
      panningTool
      
    
    
Gets or sets the mode-less PanningTool, normally one of the #mouseMoveTools.
You can disable this tool by setting its Tool#isEnabled property to false.
Implementation
_i3.PanningTool get panningTool => _i4.getProperty(
      this,
      'panningTool',
    );
      
      set
      panningTool
      (PanningTool value) 
      
    
    
    
Implementation
set panningTool(_i3.PanningTool value) {
  _i4.setProperty(
    this,
    'panningTool',
    value,
  );
}