MCPcopy Create free account
hub / github.com/NV404/gova / Padding

Method Padding

modifier.go:98–101  ·  view source on GitHub ↗
(all float32)

Source from the content-addressed store, hash-verified

96)
97
98func (n *viewNode) Padding(all float32) *viewNode {
99 n.modifier.padding = &paddingModifier{all, all, all, all}
100 return n
101}
102
103func (n *viewNode) PaddingEdges(top, right, bottom, left float32) *viewNode {
104 n.modifier.padding = &paddingModifier{top, right, bottom, left}

Callers 8

BodyMethod · 0.80
BodyMethod · 0.80
BodyMethod · 0.80
main.goFile · 0.80
main.goFile · 0.80
main.goFile · 0.80
main.goFile · 0.80
main.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected