pub fn non_interactive_caret(child: impl IntoUiNode) -> UiNodeExpand description
An Ui node that renders the edit caret visual.
The caret is rendered after child, over it.
The Text! widgets introduces this node in new_child, around the render_text node.