Unverified Commit 5ab7e6e1 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub
parent ab6f2fc8
...@@ -146,7 +146,7 @@ enum SystemUiMode { ...@@ -146,7 +146,7 @@ enum SystemUiMode {
/// Fullscreen display with status and navigation elements rendered over the /// Fullscreen display with status and navigation elements rendered over the
/// application. /// application.
/// ///
/// Available starting at SDK 16 or Android J. Earlier versions of Android /// Available starting at SDK 29 or Android 10. Earlier versions of Android
/// will not be affected by this setting. /// will not be affected by this setting.
/// ///
/// For applications running on iOS, the status bar and home indicator will be /// For applications running on iOS, the status bar and home indicator will be
...@@ -157,8 +157,8 @@ enum SystemUiMode { ...@@ -157,8 +157,8 @@ enum SystemUiMode {
/// ///
/// See also: /// See also:
/// ///
/// * [SystemUiOverlayStyle], can be used to set transparent status and /// * [SystemUiOverlayStyle], can be used to configure transparent status and
/// navigation bars for an enhanced effect. /// navigation bars with or without a contrast scrim.
edgeToEdge, edgeToEdge,
/// Declares manually configured [SystemUiOverlay]s. /// Declares manually configured [SystemUiOverlay]s.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment