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