CodeEditorStyle constructor

const CodeEditorStyle({
  1. Color? backgroundColor,
  2. Color? cursorColor,
  3. String? fontFamily,
  4. double? fontSize,
  5. Color? textColor,
  6. CodeHighlightTheme? codeTheme,
})

Implementation

const CodeEditorStyle({this.backgroundColor, this.cursorColor, this.fontFamily, this.fontSize, this.textColor, this.codeTheme});