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