(point)
| 165 | return this; |
| 166 | } |
| 167 | shadowOffset(point) { |
| 168 | this.widgetDate.shadowOffset = point; |
| 169 | return this; |
| 170 | } |
| 171 | shadowRadius(number) { |
| 172 | this.widgetDate.shadowRadius = number; |
| 173 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected