pub fn padding(
child: impl IntoUiNode,
padding: impl IntoVar<SideOffsets>,
) -> UiNodeExpand description
P Margin space around the content of a widget.
This property is margin with nest group CHILD_LAYOUT.
pub fn padding(
child: impl IntoUiNode,
padding: impl IntoVar<SideOffsets>,
) -> UiNodeP Margin space around the content of a widget.
This property is margin with nest group CHILD_LAYOUT.