pub fn text_editor<'a, Message: Clone + 'static>(
content: &'a Content<Renderer>,
) -> TextEditor<'a, Message>Expand description
Creates a new TextEditor from the given Content.
pub fn text_editor<'a, Message: Clone + 'static>(
content: &'a Content<Renderer>,
) -> TextEditor<'a, Message>Creates a new TextEditor from the given Content.