pub fn level(
child: impl IntoUiNode,
hierarchical_level: impl IntoVar<NonZeroU32>,
) -> UiNodeExpand description
P Sets the hierarchical level of the widget within a parent scope.
pub fn level(
child: impl IntoUiNode,
hierarchical_level: impl IntoVar<NonZeroU32>,
) -> UiNodeP Sets the hierarchical level of the widget within a parent scope.