editorTheme property

Map<String, TextStyle>? editorTheme
final

The syntax highlighting theme as a map of token types to TextStyle.

Uses VS2015 dark theme by default if not specified.

Implementation

final Map<String, TextStyle>? editorTheme;