MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / horizontalSpacing

Function horizontalSpacing

src/components/GridView/RNGridView.ts:44–46  ·  view source on GitHub ↗
(spacing: number)

Source from the content-addressed store, hash-verified

42) => {
43 const setter: Omit<GridViewProps, "children"> = {
44 set horizontalSpacing(spacing: number) {
45 widget.layout()?.setHorizontalSpacing(spacing);
46 },
47 set verticalSpacing(spacing: number) {
48 widget.layout()?.setVerticalSpacing(spacing);
49 },

Callers

nothing calls this directly

Calls 1

layoutMethod · 0.45

Tested by

no test coverage detected