shouldShowStatusModeButton property

bool get shouldShowStatusModeButton

Implementation

bool get shouldShowStatusModeButton => _shouldShowStatusModeButton;
set shouldShowStatusModeButton (bool newValue)

Implementation

set shouldShowStatusModeButton(bool newValue) {
  _shouldShowStatusModeButton = newValue;
  _updateNative();
}