statusBarDisabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? statusBarDisabled
getter/setter pair

Whether the status bar is disabled.

This disables notifications, quick settings, and other screen overlays that allow escape from full-screen mode. DEPRECATED. To disable the status bar on a kiosk device, use InstallType KIOSK or kioskCustomLauncherEnabled.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? statusBarDisabled;