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

Method shadowRadius

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

Source from the content-addressed store, hash-verified

296 return this;
297 }
298 shadowRadius(number) {
299 this.widgetText.shadowRadius = number;
300 return this;
301 }
302 textColor(color) {
303 this.widgetText.textColor = color;
304 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected