(string)
| 304 | return this; |
| 305 | } |
| 306 | text(string) { |
| 307 | this.widgetText.text = string; |
| 308 | return this; |
| 309 | } |
| 310 | textOpacity(number) { |
| 311 | this.widgetText.textOpacity = number; |
| 312 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected