line_spacing

Function line_spacing 

Source
pub fn line_spacing(
    child: impl IntoUiNode,
    extra: impl IntoVar<Length>,
) -> UiNode
Expand 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.