menu
dutato
presentation/widgets/code_editor_input.dart
CodeEditorInputState
text property
text
dark_mode
light_mode
description
text
property
String
get
text
The raw code text in the editor.
Implementation
String get text => _codeController.text;
dutato
code_editor_input
CodeEditorInputState
text property
CodeEditorInputState class