Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness Enum Reference

Public Member Functions

 PlatformBrightness (@NonNull String name)
 

Public Attributes

 light =("light")
 
 dark =("dark")
 
String name
 

Detailed Description

The brightness mode of the host platform.

The name property is the serialized representation of each brightness mode when communicated via message channel.

Definition at line 136 of file SettingsChannel.java.

Constructor & Destructor Documentation

◆ PlatformBrightness()

io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness.PlatformBrightness ( @NonNull String  name)
inline

Member Data Documentation

◆ dark

io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness.dark =("dark")

Definition at line 138 of file SettingsChannel.java.

◆ light

io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness.light =("light")

Definition at line 137 of file SettingsChannel.java.

◆ name

String io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness.name

Definition at line 140 of file SettingsChannel.java.


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