statusModeButtonContentDescription property

String get statusModeButtonContentDescription

Implementation

String get statusModeButtonContentDescription => _statusModeButtonContentDescription;
set statusModeButtonContentDescription (String newValue)

Implementation

set statusModeButtonContentDescription(String newValue) {
  _statusModeButtonContentDescription = newValue;
  _updateNative();
}