(point)
| 292 | return this; |
| 293 | } |
| 294 | shadowOffset(point) { |
| 295 | this.widgetText.shadowOffset = point; |
| 296 | return this; |
| 297 | } |
| 298 | shadowRadius(number) { |
| 299 | this.widgetText.shadowRadius = number; |
| 300 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected