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