hapticModeButtonVisible property

  1. @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;
}
  1. @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();
}