pub fn translate_y(child: impl UiNode, y: impl IntoVar<Length>) -> impl UiNode
P Translate Y transform.
P
This property is a shorthand way of setting transform to new_translate_y(y) using variable mapping.
transform
new_translate_y(y)