hapticModeButtonVisible property 
    
    
        
  
    
      
  
    
        - @Deprecated('This property is deprecated as haptic mode button will be removed in the future.')
 
      bool
      get
      
hapticModeButtonVisible
      
     
    
    
  Implementation
  @Deprecated('This property is deprecated as haptic mode button will be removed in the future.')
bool get hapticModeButtonVisible {
  return _hapticModeButtonVisible;
}
 
   
        
  
    
      
  
    
        - @Deprecated('This property is deprecated as haptic mode button will be removed in the future.')
 
      set
      
hapticModeButtonVisible
      (bool newValue)
      
     
    
    
  Implementation
  @Deprecated('This property is deprecated as haptic mode button will be removed in the future.')
set hapticModeButtonVisible(bool newValue) {
  _hapticModeButtonVisible = newValue;
  _update();
}