pub fn orientation(
child: impl IntoUiNode,
orientation: impl IntoVar<Orientation>,
) -> UiNodeExpand description
P Indicates whether the widget’s orientation is horizontal, vertical, or unknown/ambiguous.
pub fn orientation(
child: impl IntoUiNode,
orientation: impl IntoVar<Orientation>,
) -> UiNodeP Indicates whether the widget’s orientation is horizontal, vertical, or unknown/ambiguous.