pub fn underline(
child: impl IntoUiNode,
thickness: impl IntoVar<Length>,
style: impl IntoVar<LineStyle>,
) -> UiNodeExpand description
P Draw lines under each text line.
Sets the UNDERLINE_THICKNESS_VAR and UNDERLINE_STYLE_VAR.
pub fn underline(
child: impl IntoUiNode,
thickness: impl IntoVar<Length>,
style: impl IntoVar<LineStyle>,
) -> UiNodeP Draw lines under each text line.
Sets the UNDERLINE_THICKNESS_VAR and UNDERLINE_STYLE_VAR.