code_editor library

Classes

CodeEditor
EditorModel
Use the EditorModel into CodeEditor in order to control the files.
EditorModelStyleOptions
Set the style of CodeEditor. You have to use it in EditorModel() just like this :
FileEditor
A file in the editor, used by EditorModel model.code.

Constants

attrColor → const Color
classColor → const Color
fontWeight → const FontWeight
idColor → const Color
keywordColor → const Color
methodsColor → const Color
myTheme → const Map<String, TextStyle>
The theme used by code_editor and created by code_editor. This is the default theme of the editor.
propertyColor → const Color
quoteColor → const Color
tagColor → const Color
titlesColor → const Color