pub fn translate(
child: impl IntoUiNode,
x: impl IntoVar<Length>,
y: impl IntoVar<Length>,
) -> UiNodeExpand description
P Translate transform.
This property is a shorthand way of setting transform to new_translate(x, y) using variable merging.