(color)
| 161 | return this; |
| 162 | } |
| 163 | shadowColor(color) { |
| 164 | this.widgetDate.shadowColor = color; |
| 165 | return this; |
| 166 | } |
| 167 | shadowOffset(point) { |
| 168 | this.widgetDate.shadowOffset = point; |
| 169 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected