SystemOverlayStyle
Allows the customization of the mobile's system overlay (which consists of the system status and navigation bars) appearance.
Properties
enforce_system_navigation_bar_contrast- Indicates whether the system should enforce contrast for the status bar when setting a transparent status bar.enforce_system_status_bar_contrast- Indicates whether the system should enforce contrast for the navigation bar when setting a transparent navigation bar.status_bar_brightness- The brightness of the status bar.status_bar_color- The color of the status bar.status_bar_icon_brightness- The brightness of the status bar icons.system_navigation_bar_color- The color of the system navigation bar.system_navigation_bar_divider_color- The color of the divider between the system navigation bar and the app content.system_navigation_bar_icon_brightness- The brightness of the system navigation bar icons.
Properties
enforce_system_navigation_bar_contrastclass-attributeinstance-attribute
enforce_system_navigation_bar_contrast: Optional[bool] = NoneIndicates 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] = NoneIndicates 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] = NoneThe brightness of the status bar.
status_bar_colorclass-attributeinstance-attribute
status_bar_color: Optional[ColorValue] = NoneThe color of the status bar.
status_bar_icon_brightnessclass-attributeinstance-attribute
status_bar_icon_brightness: Optional[Brightness] = NoneThe brightness of the status bar icons.
system_navigation_bar_colorclass-attributeinstance-attribute
system_navigation_bar_color: Optional[ColorValue] = NoneThe color of the system navigation bar.
system_navigation_bar_divider_colorclass-attributeinstance-attribute
system_navigation_bar_divider_color: Optional[ColorValue] = NoneThe 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] = NoneThe brightness of the system navigation bar icons.