Skip to main content

SystemOverlayStyle

Allows the customization of the mobile's system overlay (which consists of the system status and navigation bars) appearance.

Properties

Properties

enforce_system_navigation_bar_contrastclass-attributeinstance-attribute

enforce_system_navigation_bar_contrast: Optional[bool] = None

Indicates whether the system should enforce contrast for the status bar when setting a transparent status bar.

enforce_system_status_bar_contrastclass-attributeinstance-attribute

enforce_system_status_bar_contrast: Optional[bool] = None

Indicates whether the system should enforce contrast for the navigation bar when setting a transparent navigation bar.

status_bar_brightnessclass-attributeinstance-attribute

status_bar_brightness: Optional[Brightness] = None

The brightness of the status bar.

status_bar_colorclass-attributeinstance-attribute

status_bar_color: Optional[ColorValue] = None

The color of the status bar.

status_bar_icon_brightnessclass-attributeinstance-attribute

status_bar_icon_brightness: Optional[Brightness] = None

The brightness of the status bar icons.

system_navigation_bar_colorclass-attributeinstance-attribute

system_navigation_bar_color: Optional[ColorValue] = None

The color of the system navigation bar.

system_navigation_bar_divider_colorclass-attributeinstance-attribute

system_navigation_bar_divider_color: Optional[ColorValue] = None

The color of the divider between the system navigation bar and the app content.

system_navigation_bar_icon_brightnessclass-attributeinstance-attribute

system_navigation_bar_icon_brightness: Optional[Brightness] = None

The brightness of the system navigation bar icons.