render_strikethroughs

Function render_strikethroughs 

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

An Ui node that renders the default strikethrough visual using the parent LaidoutText.

The lines are rendered after child, over it.

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