public static class PlatformChannel.SystemChromeStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
statusBarColor |
PlatformChannel.Brightness |
statusBarIconBrightness |
Integer |
systemNavigationBarColor |
boolean |
systemNavigationBarContrastEnforced |
Integer |
systemNavigationBarDividerColor |
PlatformChannel.Brightness |
systemNavigationBarIconBrightness |
boolean |
systemStatusBarContrastEnforced |
| Constructor and Description |
|---|
SystemChromeStyle(Integer statusBarColor,
PlatformChannel.Brightness statusBarIconBrightness,
boolean systemStatusBarContrastEnforced,
Integer systemNavigationBarColor,
PlatformChannel.Brightness systemNavigationBarIconBrightness,
Integer systemNavigationBarDividerColor,
boolean systemNavigationBarContrastEnforced) |
@Nullable public final Integer statusBarColor
@Nullable public final PlatformChannel.Brightness statusBarIconBrightness
@Nullable public final boolean systemStatusBarContrastEnforced
@Nullable public final Integer systemNavigationBarColor
@Nullable public final PlatformChannel.Brightness systemNavigationBarIconBrightness
@Nullable public final Integer systemNavigationBarDividerColor
@Nullable public final boolean systemNavigationBarContrastEnforced
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)