HtmlEditorValue.clone constructor
HtmlEditorValue.clone(
- HtmlEditorValue other
Make a new instance from another HtmlEditorValue.
Implementation
factory HtmlEditorValue.clone(HtmlEditorValue other) => HtmlEditorValue._(
html: other.html,
selectionState: other.selectionState,
);