Function
Moderate
Widget:SetSlotPadding
Sets the slot padding for horizontal and vertical spacing.<br/><br/>Note: This method only works if this Widget is child of one of: HorizontalBoxSlot, VerticalBoxSlot, OverlaySlot, SizeBoxSlot, ScrollBoxSlot, BackgroundBlurSlot, BorderSlot, ButtonSlot, GridSlot.
Syntax
my_widget:SetSlotPadding(padding_horizontal = Vector2D(0, 0), padding_vertical = Vector2D(0, 0))