NiceCodeDiffEditor constructor
const
NiceCodeDiffEditor({})
Implementation
const NiceCodeDiffEditor({
super.key,
required this.originalCode,
required this.modifiedCode,
this.originalTitle = 'Original',
this.modifiedTitle = 'Modified',
this.height = 400,
this.language = 'text',
this.showLineNumbers = true,
});