MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / spacing

Method spacing

scripts/chaining.js:371–374  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

369 return this;
370 }
371 spacing(number) {
372 this.widgetStack.spacing = number;
373 return this;
374 }
375 topAlignContent() {
376 this.widgetStack.topAlignContent();
377 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected