(color)
| 198 | return this; |
| 199 | } |
| 200 | borderColor(color) { |
| 201 | this.widgetImage.borderColor = color; |
| 202 | return this; |
| 203 | } |
| 204 | borderWidth(number) { |
| 205 | this.widgetImage.borderWidth = number; |
| 206 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected