pub fn scale_y(child: impl UiNode, y: impl IntoVar<Factor>) -> impl UiNode
P Scale Y transform.
P
This property is a shorthand way of setting transform to new_scale_y(y) using variable mapping.
transform
new_scale_y(y)