CodeEditorInput constructor
- Key? key,
- required CodeEditorController controller,
- ValueChanged<
String> ? onChanged,
Implementation
const CodeEditorInput({super.key, required this.controller, this.onChanged});
const CodeEditorInput({super.key, required this.controller, this.onChanged});