scale

Function scale 

Source
pub fn scale(child: impl IntoUiNode, s: impl IntoVar<Factor>) -> UiNode
Expand description

P Scale transform.

This property is a shorthand way of setting transform to new_scale(s) using variable mapping.