(widgetImage)
| 187 | } |
| 188 | class ChainImage { |
| 189 | constructor(widgetImage) { |
| 190 | this.widgetImage = widgetImage; |
| 191 | } |
| 192 | applyFillingContentMode() { |
| 193 | this.widgetImage.applyFillingContentMode(); |
| 194 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected