menu
dutato
presentation/widgets/code_editor_input.dart
CodeEditorInput
CodeEditorInput.new const constructor
CodeEditorInput.new
dark_mode
light_mode
description
CodeEditorInput
constructor
const
CodeEditorInput
(
{
Key
?
key
,
required
ValueChanged
<
String
>
onChanged
,
})
Implementation
const CodeEditorInput({super.key, required this.onChanged});
dutato
code_editor_input
CodeEditorInput
CodeEditorInput.new const constructor
CodeEditorInput class