(color)
| 288 | return this; |
| 289 | } |
| 290 | shadowColor(color) { |
| 291 | this.widgetText.shadowColor = color; |
| 292 | return this; |
| 293 | } |
| 294 | shadowOffset(point) { |
| 295 | this.widgetText.shadowOffset = point; |
| 296 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected