Function zng_wgt_text::node::non_interactive_caret
source ยท pub fn non_interactive_caret(child: impl UiNode) -> impl UiNode
Expand 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.