pub fn justify_mode(
child: impl IntoUiNode,
mode: impl IntoVar<Justify>,
) -> UiNodeExpand description
P Config the automatic spacing inserted between words and letters when text is aligned to fill.
Text alignment can be set to Align::FILL_X, if that is the case this config is defines how
the glyphs are spaced to fill the text block.
Sets the JUSTIFY_MODE_VAR.