SystemOverlayStyle
SystemOverlayStyle
#
Allows the customization of the mobile's system overlay (which consists of the system status and navigation bars) appearance.
enforce_system_navigation_bar_contrast
#
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.
enforce_system_status_bar_contrast
#
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.
status_bar_brightness
#
status_bar_brightness: Brightness | None = None
The Brightness
of the status bar. Either Brightness.DARK
or
Brightness.LIGHT
.
status_bar_icon_brightness
#
status_bar_icon_brightness: Brightness | None = None
The Brightness
of the status bar icons. Either
Brightness.DARK
or Brightness.LIGHT
.
system_navigation_bar_color
#
system_navigation_bar_color: ColorValue | None = None
The color of the system navigation bar.
system_navigation_bar_divider_color
#
system_navigation_bar_divider_color: ColorValue | None = (
None
)
The color of the divider between the system navigation bar and the app content.
system_navigation_bar_icon_brightness
#
system_navigation_bar_icon_brightness: Brightness | None = (
None
)
The Brightness
of the system navigation bar icons. Either
Brightness.DARK
or Brightness.LIGHT
.