(number)
| 296 | return this; |
| 297 | } |
| 298 | shadowRadius(number) { |
| 299 | this.widgetText.shadowRadius = number; |
| 300 | return this; |
| 301 | } |
| 302 | textColor(color) { |
| 303 | this.widgetText.textColor = color; |
| 304 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected