()
| 230 | return this; |
| 231 | } |
| 232 | leftAlignImage() { |
| 233 | this.widgetImage.leftAlignImage(); |
| 234 | return this; |
| 235 | } |
| 236 | resizable(bool) { |
| 237 | this.widgetImage.resizable = bool; |
| 238 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected