pub fn skew(
child: impl UiNode,
x: impl IntoVar<AngleRadian>,
y: impl IntoVar<AngleRadian>,
) -> impl UiNode
Expand description
P
Skew transform.
This property is a shorthand way of setting transform
to new_skew(x, y)
using variable merging.