()
| 206 | return this; |
| 207 | } |
| 208 | centerAlignImage() { |
| 209 | this.widgetImage.centerAlignImage(); |
| 210 | return this; |
| 211 | } |
| 212 | containerRelativeShape(bool) { |
| 213 | this.widgetImage.containerRelativeShape = bool; |
| 214 | return this; |
no outgoing calls
no test coverage detected