(number)
| 308 | return this; |
| 309 | } |
| 310 | textOpacity(number) { |
| 311 | this.widgetText.textOpacity = number; |
| 312 | return this; |
| 313 | } |
| 314 | url(url) { |
| 315 | this.widgetText.url = url; |
| 316 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected