(number)
| 214 | return this; |
| 215 | } |
| 216 | cornerRadius(number) { |
| 217 | this.widgetImage.cornerRadius = number; |
| 218 | return this; |
| 219 | } |
| 220 | image(image) { |
| 221 | this.widgetImage.image = image; |
| 222 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected