noHref property
      
      bool
      get
      noHref
      
    
    
Sets or gets whether clicks in this region cause action. @deprecated
Implementation
_i2.bool get noHref => _i4.getProperty(
      this,
      'noHref',
    );
      
      set
      noHref
      (bool value) 
      
    
    
    
Implementation
set noHref(_i2.bool value) {
  _i4.setProperty(
    this,
    'noHref',
    value,
  );
}