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(bool | None) –Indicates whether the system should enforce contrast for the status bar when 
- 
          enforce_system_status_bar_contrast(bool | None) –Indicates whether the system should enforce contrast for the navigation bar when 
- 
          status_bar_brightness(Brightness | None) –The brightness of the status bar. 
- 
          status_bar_color(ColorValue | None) –The color of the status bar. 
- 
          status_bar_icon_brightness(Brightness | None) –The brightness of the status bar icons. 
- 
          system_navigation_bar_color(ColorValue | None) –The color of the system navigation bar. 
- 
          system_navigation_bar_divider_color(ColorValue | None) –The color of the divider between the system navigation bar and the app content. 
- 
          system_navigation_bar_icon_brightness(Brightness | None) –The brightness of the system navigation bar icons. 
Properties#
class-attribute
      instance-attribute
  
#
enforce_system_navigation_bar_contrast: bool | None = None
Indicates whether the system should enforce contrast for the status bar when setting a transparent status bar.
class-attribute
      instance-attribute
  
#
enforce_system_status_bar_contrast: bool | None = None
Indicates whether the system should enforce contrast for the navigation bar when setting a transparent navigation bar.
class-attribute
      instance-attribute
  
#
status_bar_brightness: Brightness | None = None
The brightness of the status bar.
class-attribute
      instance-attribute
  
#
status_bar_color: ColorValue | None = None
The color of the status bar.
class-attribute
      instance-attribute
  
#
status_bar_icon_brightness: Brightness | None = None
The brightness of the status bar icons.
class-attribute
      instance-attribute
  
#
system_navigation_bar_color: ColorValue | None = None
The color of the system navigation bar.
class-attribute
      instance-attribute
  
#
system_navigation_bar_divider_color: ColorValue | None = (
    None
)
The color of the divider between the system navigation bar and the app content.
class-attribute
      instance-attribute
  
#
system_navigation_bar_icon_brightness: Brightness | None = (
    None
)
The brightness of the system navigation bar icons.