(number)
| 222 | return this; |
| 223 | } |
| 224 | imageOpacity(number) { |
| 225 | this.widgetImage.imageOpacity = number; |
| 226 | return this; |
| 227 | } |
| 228 | imageSize(size) { |
| 229 | this.widgetImage.imageSize = size; |
| 230 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected