(number)
| 202 | return this; |
| 203 | } |
| 204 | borderWidth(number) { |
| 205 | this.widgetImage.borderWidth = number; |
| 206 | return this; |
| 207 | } |
| 208 | centerAlignImage() { |
| 209 | this.widgetImage.centerAlignImage(); |
| 210 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected