Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle Class Reference

Public Member Functions

 SystemChromeStyle ( @Nullable Integer statusBarColor, @Nullable Brightness statusBarIconBrightness, @Nullable Boolean systemStatusBarContrastEnforced, @Nullable Integer systemNavigationBarColor, @Nullable Brightness systemNavigationBarIconBrightness, @Nullable Integer systemNavigationBarDividerColor, @Nullable Boolean systemNavigationBarContrastEnforced)
 

Public Attributes

final Integer statusBarColor
 
final Brightness statusBarIconBrightness
 
final Boolean systemStatusBarContrastEnforced
 
final Integer systemNavigationBarColor
 
final Brightness systemNavigationBarIconBrightness
 
final Integer systemNavigationBarDividerColor
 
final Boolean systemNavigationBarContrastEnforced
 

Detailed Description

The color and brightness of system chrome, e.g., status bar and system navigation bar.

Definition at line 711 of file PlatformChannel.java.

Constructor & Destructor Documentation

◆ SystemChromeStyle()

io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.SystemChromeStyle ( @Nullable Integer  statusBarColor,
@Nullable Brightness  statusBarIconBrightness,
@Nullable Boolean  systemStatusBarContrastEnforced,
@Nullable Integer  systemNavigationBarColor,
@Nullable Brightness  systemNavigationBarIconBrightness,
@Nullable Integer  systemNavigationBarDividerColor,
@Nullable Boolean  systemNavigationBarContrastEnforced 
)
inline

Definition at line 723 of file PlatformChannel.java.

730 {
731 this.statusBarColor = statusBarColor;
732 this.statusBarIconBrightness = statusBarIconBrightness;
733 this.systemStatusBarContrastEnforced = systemStatusBarContrastEnforced;
734 this.systemNavigationBarColor = systemNavigationBarColor;
735 this.systemNavigationBarIconBrightness = systemNavigationBarIconBrightness;
736 this.systemNavigationBarDividerColor = systemNavigationBarDividerColor;
737 this.systemNavigationBarContrastEnforced = systemNavigationBarContrastEnforced;
738 }

Member Data Documentation

◆ statusBarColor

final Integer io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.statusBarColor

Definition at line 713 of file PlatformChannel.java.

◆ statusBarIconBrightness

final Brightness io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.statusBarIconBrightness

Definition at line 714 of file PlatformChannel.java.

◆ systemNavigationBarColor

final Integer io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.systemNavigationBarColor

Definition at line 717 of file PlatformChannel.java.

◆ systemNavigationBarContrastEnforced

final Boolean io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.systemNavigationBarContrastEnforced

Definition at line 721 of file PlatformChannel.java.

◆ systemNavigationBarDividerColor

final Integer io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.systemNavigationBarDividerColor

Definition at line 720 of file PlatformChannel.java.

◆ systemNavigationBarIconBrightness

final Brightness io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.systemNavigationBarIconBrightness

Definition at line 718 of file PlatformChannel.java.

◆ systemStatusBarContrastEnforced

final Boolean io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle.systemStatusBarContrastEnforced

Definition at line 715 of file PlatformChannel.java.


The documentation for this class was generated from the following file: