(image)
| 218 | return this; |
| 219 | } |
| 220 | image(image) { |
| 221 | this.widgetImage.image = image; |
| 222 | return this; |
| 223 | } |
| 224 | imageOpacity(number) { |
| 225 | this.widgetImage.imageOpacity = number; |
| 226 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected