(color)
| 238 | return this; |
| 239 | } |
| 240 | rightAlignImage(color) { |
| 241 | this.widgetImage.rightAlignImage(); |
| 242 | return this; |
| 243 | } |
| 244 | tintColor(color) { |
| 245 | this.widgetImage.tintColor = color; |
| 246 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected