transform_origin

Function transform_origin 

Source
pub fn transform_origin(
    child: impl IntoUiNode,
    origin: impl IntoVar<Point>,
) -> UiNode
Expand description

P Point relative to the widget inner bounds around which the transform is applied.

This property sets the TRANSFORM_ORIGIN_VAR context variable.