PendartEditor constructor
const
PendartEditor({})
Implementation
const PendartEditor({
super.key,
this.initialText = '',
this.onTextChanged,
this.onCheckboxChanged,
this.height = 400,
this.width,
this.enableCheckboxes = true,
this.theme,
});