shouldDisableModeOnExitButtonTapped property

bool get shouldDisableModeOnExitButtonTapped

Implementation

bool get shouldDisableModeOnExitButtonTapped => _shouldDisableModeOnExitButtonTapped;
set shouldDisableModeOnExitButtonTapped (bool newValue)

Implementation

set shouldDisableModeOnExitButtonTapped(bool newValue) {
  _shouldDisableModeOnExitButtonTapped = newValue;
  _updateNative();
}