menu
dutato
presentation/widgets/code_editor_input.dart
CodeEditorInput
onChanged property
onChanged
dark_mode
light_mode
description
onChanged
property
ValueChanged
<
String
>
onChanged
final
Called whenever the editor text changes.
Implementation
final ValueChanged<String> onChanged;
dutato
code_editor_input
CodeEditorInput
onChanged property
CodeEditorInput class