CodePreview constructor
const
CodePreview({})
Implementation
const CodePreview({
super.key,
this.room,
required this.filename,
this.url,
this.text,
this.readOnly = false,
this.showToolbar = true,
this.controller,
});