transform_style

Function transform_style 

Source
pub fn transform_style(
    child: impl IntoUiNode,
    style: impl IntoVar<TransformStyle>,
) -> UiNode
Expand description

P Defines how the widget and children are positioned in 3D space.

This sets the style for the widget and children layout transform, the transform and other properties derived from transform. It does not affect any other descendant, only the widget and immediate children.