soundModeButtonVisible property

  1. @Deprecated('This property is deprecated as sound mode button will be removed in the future.')
bool get soundModeButtonVisible

Implementation

@Deprecated('This property is deprecated as sound mode button will be removed in the future.')
bool get soundModeButtonVisible {
  return _soundModeButtonVisible;
}
  1. @Deprecated('This property is deprecated as sound mode button will be removed in the future.')
set soundModeButtonVisible (bool newValue)

Implementation

@Deprecated('This property is deprecated as sound mode button will be removed in the future.')
set soundModeButtonVisible(bool newValue) {
  _soundModeButtonVisible = newValue;
  _update();
}