pub fn scale_x(child: impl UiNode, x: impl IntoVar<Factor>) -> impl UiNode
P Scale X transform.
P
This property is a shorthand way of setting transform to new_scale_x(x) using variable mapping.
transform
new_scale_x(x)