menu
dutato
presentation/widgets/code_editor_input.dart
CodeEditorInputState
clear method
clear
dark_mode
light_mode
description
clear
method
void
clear
(
)
Clears the editor content.
Implementation
void clear() { _codeController.text = ''; }
dutato
code_editor_input
CodeEditorInputState
clear method
CodeEditorInputState class