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

Method size

scripts/chaining.js:367–370  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

365 return this;
366 }
367 size(size) {
368 this.widgetStack.size = size;
369 return this;
370 }
371 spacing(number) {
372 this.widgetStack.spacing = number;
373 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected