You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top status bar scrim toggle and system navigation divider and sysem navbar style only work on Android builds
1284
+
and do not have any functionality on the live Web example.
1285
+
1283
1286
> **NOTE:**
1284
1287
> The static helper `FlexColorScheme.themedSystemNavigationBar(context, ...)` is designed to provide a convenience
1285
1288
> wrapper for a `SystemUiOverlayStyle` that works for screens that use and adhere to current theme mode colors.
@@ -1301,7 +1304,7 @@ The above concludes the code walk through of example 5. When we build it, the ex
1301
1304
the **deep blue sea** scheme. In the example below we can also see the correctly
1302
1305
themed system navigation bar on the Android device.
1303
1306
1304
-
<imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex5al.png?raw=true"alt="ColorScheme example 5 light"width="250"/><imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex5ad.png?raw=true"alt="ColorScheme example 5 dark"width="250"/>
1307
+
<imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex5al.png?raw=true"alt="ColorScheme example 5 light"width="300"/><imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex5ad.png?raw=true"alt="ColorScheme example 5 dark"width="300"/>
1305
1308
1306
1309
Try example 5 live on the [**web here**](https://rydmike.com/flexcolorscheme5)
0 commit comments