pub fn strikethrough(
child: impl IntoUiNode,
thickness: impl IntoVar<TextLineThickness>,
style: impl IntoVar<LineStyle>,
) -> UiNodeExpand description
P Draw lines across each text line.
Sets the STRIKETHROUGH_THICKNESS_VAR and STRIKETHROUGH_STYLE_VAR.