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