CodeEditorInput constructor

const CodeEditorInput({
  1. Key? key,
  2. required ValueChanged<String> onChanged,
})

Implementation

const CodeEditorInput({super.key, required this.onChanged});