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