darkMode property

bool? darkMode
final

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;