EditorOptions constructor
EditorOptions({})
Implementation
EditorOptions({
this.editorBackgroundColor = const Color.fromRGBO(0x2a, 0x2a, 0x40, 1),
this.linebarColor = const Color.fromRGBO(0x3b, 0x3b, 0x4f, 1),
this.linebarTextColor = Colors.white,
this.hasRegion = false,
this.fontFamily,
});