(url)
| 377 | return this; |
| 378 | } |
| 379 | url(url) { |
| 380 | this.widgetStack.url = url; |
| 381 | return this; |
| 382 | } |
| 383 | useDefaultPadding() { |
| 384 | this.widgetStack.useDefaultPadding(); |
| 385 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected