pub fn line_spacing(
child: impl IntoUiNode,
extra: impl IntoVar<LineSpacing>,
) -> UiNodeExpand description
P Extra spacing in-between text lines.
The Default value is zero. Relative values are calculated from the LineHeight, so 50.pct() is half
the computed line height. If the text only has one line this property is not used.
Sets the LINE_SPACING_VAR.