darkMode property
Sets the editor to dark mode. null
- switches with system, false
-
always light, true
- always dark.
The default value is null (switches with system).
Implementation
final bool? darkMode;
Sets the editor to dark mode. null
- switches with system, false
-
always light, true
- always dark.
The default value is null (switches with system).
final bool? darkMode;