pub fn transform(
child: impl IntoUiNode,
transform: impl IntoVar<Transform>,
) -> UiNodeExpand description
P Custom transform.
See Transform for how to initialize a custom transform. The transform_origin is applied using the widget’s inner size
for relative values.