(size)
| 226 | return this; |
| 227 | } |
| 228 | imageSize(size) { |
| 229 | this.widgetImage.imageSize = size; |
| 230 | return this; |
| 231 | } |
| 232 | leftAlignImage() { |
| 233 | this.widgetImage.leftAlignImage(); |
| 234 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected