pub fn translate_x(child: impl UiNode, x: impl IntoVar<Length>) -> impl UiNode
P Translate X transform.
P
This property is a shorthand way of setting transform to new_translate_x(x) using variable mapping.
transform
new_translate_x(x)