Function zng::layout::transform

source ·
pub fn transform(
    child: impl UiNode,
    transform: impl IntoVar<Transform>,
) -> impl UiNode
Expand 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.