(color)
| 242 | return this; |
| 243 | } |
| 244 | tintColor(color) { |
| 245 | this.widgetImage.tintColor = color; |
| 246 | return this; |
| 247 | } |
| 248 | url(url) { |
| 249 | this.widgetImage.url = url; |
| 250 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected