pub fn paragraph_indent(
child: impl IntoUiNode,
indent: impl IntoVar<Indentation>,
) -> UiNodeExpand description
P Extra spacing added at the start of lines in a paragraph.
This can be set to a width Length to insert spacing at the start of each first line,
or it can be set to (Length, true) to hang all lines except the first.
See paragraph_break for how to define paragraphs.
Sets the PARAGRAPH_INDENT_VAR.