shouldShowExitButton property

bool get shouldShowExitButton

Implementation

bool get shouldShowExitButton => _shouldShowExitButton;
set shouldShowExitButton (bool newValue)

Implementation

set shouldShowExitButton(bool newValue) {
  _shouldShowExitButton = newValue;
  _updateNative();
}