MCPcopy Create free account
hub / github.com/box-cli-maker/box-cli-maker / VPadding

Method VPadding

box.go:88–91  ·  view source on GitHub ↗

VPadding sets vertical padding (top and bottom).

(py int)

Source from the content-addressed store, hash-verified

86
87// VPadding sets vertical padding (top and bottom).
88func (b *Box) VPadding(py int) *Box {
89 b.py = py
90 return b
91}
92
93// Style selects one of the built-in BoxStyle presets.
94//

Callers 1

TestHPaddingAndVPaddingFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestHPaddingAndVPaddingFunction · 0.64