translate_y

Function translate_y 

Source
pub fn translate_y(child: impl IntoUiNode, y: impl IntoVar<Length>) -> UiNode
Expand description

P Translate Y transform.

This property is a shorthand way of setting transform to new_translate_y(y) using variable mapping.