paragraph_indent

Function paragraph_indent 

Source
pub fn paragraph_indent(
    child: impl IntoUiNode,
    indent: impl IntoVar<Indentation>,
) -> UiNode
Expand 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.