Class PlatformChannel.SystemChromeStyle
java.lang.Object
io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
- Enclosing class:
- PlatformChannel
The color and brightness of system chrome, e.g., status bar and system navigation bar.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSystemChromeStyle
(Integer statusBarColor, PlatformChannel.Brightness statusBarIconBrightness, Boolean systemStatusBarContrastEnforced, Integer systemNavigationBarColor, PlatformChannel.Brightness systemNavigationBarIconBrightness, Integer systemNavigationBarDividerColor, Boolean systemNavigationBarContrastEnforced) -
Method Summary
-
Field Details
-
statusBarColor
-
statusBarIconBrightness
-
systemStatusBarContrastEnforced
-
-
Constructor Details
-
SystemChromeStyle
public SystemChromeStyle(@Nullable Integer statusBarColor, @Nullable PlatformChannel.Brightness statusBarIconBrightness, @Nullable Boolean systemStatusBarContrastEnforced, @Nullable Integer systemNavigationBarColor, @Nullable PlatformChannel.Brightness systemNavigationBarIconBrightness, @Nullable Integer systemNavigationBarDividerColor, @Nullable Boolean systemNavigationBarContrastEnforced)
-