Function zng::layout::transform_style

source ยท
pub fn transform_style(
    child: impl UiNode,
    style: impl IntoVar<TransformStyle>,
) -> impl 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.