Function render_selection

Source
pub fn render_selection(child: impl UiNode) -> impl UiNode
Expand description

An Ui node that renders the text selection background.

The Text! widgets introduces this node in new_child, around the render_text node.