editorTheme property
The theme for the editor, which can be used to customize the appearance of the CodeCrafter widget.
Use flutter_highlight package to get prebuilt themes.
Note: If not provided, syntax highlighting will not work.
Implementation
final Map<String, TextStyle>? editorTheme;