pub fn overline(
child: impl IntoUiNode,
thickness: impl IntoVar<Length>,
style: impl IntoVar<LineStyle>,
) -> UiNodeExpand description
P Draw lines above each text line.
Sets the OVERLINE_THICKNESS_VAR and OVERLINE_STYLE_VAR.
pub fn overline(
child: impl IntoUiNode,
thickness: impl IntoVar<Length>,
style: impl IntoVar<LineStyle>,
) -> UiNodeP Draw lines above each text line.
Sets the OVERLINE_THICKNESS_VAR and OVERLINE_STYLE_VAR.