pub fn paragraph_spacing(
child: impl IntoUiNode,
extra: impl IntoVar<Length>,
) -> UiNodeExpand description
P Extra spacing in-between paragraphs.
The default value is 1.em(). Note that paragraph_break defines the entire text as a single paragraph
by default, so this will not be applied by default on the base Text! widget.
Sets the PARAGRAPH_SPACING_VAR.