pub fn word_break(
child: impl IntoUiNode,
mode: impl IntoVar<WordBreak>,
) -> UiNodeExpand description
P Configure line breaks inside words during text wrap.
This value is only considered if it is impossible to fit a full word to a line.
Hyphens can be inserted in word breaks using the hyphens configuration.
Sets the WORD_BREAK_VAR.