perspective_origin

Function perspective_origin 

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

P Vanishing point used by 3D transforms in the widget’s children.

Is the widget center by default.