(color)
| 300 | return this; |
| 301 | } |
| 302 | textColor(color) { |
| 303 | this.widgetText.textColor = color; |
| 304 | return this; |
| 305 | } |
| 306 | text(string) { |
| 307 | this.widgetText.text = string; |
| 308 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected