pub fn margin(
child: impl UiNode,
margin: impl IntoVar<SideOffsets>,
) -> impl UiNode
Expand description
P
Sets the MARGIN_VAR
that affects all vertical rules inside the widget.
pub fn margin(
child: impl UiNode,
margin: impl IntoVar<SideOffsets>,
) -> impl UiNode
P
Sets the MARGIN_VAR
that affects all vertical rules inside the widget.