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

Function verticalSpacing

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

Source from the content-addressed store, hash-verified

45 widget.layout()?.setHorizontalSpacing(spacing);
46 },
47 set verticalSpacing(spacing: number) {
48 widget.layout()?.setVerticalSpacing(spacing);
49 },
50 set columnProps(props: GridViewColumnProps) {
51 for (const indexString of Object.keys(props)) {
52 const index = parseInt(indexString, 10);

Callers

nothing calls this directly

Calls 1

layoutMethod · 0.45

Tested by

no test coverage detected