themeMode property

ThemeMode? themeMode
final

The theme used by this syntax highlighter. If brightness is dark, darkTheme is used and when it's light or null, theme is used.

Implementation

final ThemeMode? themeMode;