NiceDocumentEditor constructor
const
NiceDocumentEditor({})
Implementation
const NiceDocumentEditor({
super.key,
this.initialContent = '',
this.placeholder = 'Zacznij pisać…',
this.onChanged,
this.onSave,
this.readOnly = false,
this.showToolbar = true,
this.showWordCount = true,
this.minLines = 20,
this.title,
this.onTitleChanged,
});