(image)
| 329 | return this; |
| 330 | } |
| 331 | backgroundImage(image) { |
| 332 | this.widgetStack.backgroundImage = image; |
| 333 | return this; |
| 334 | } |
| 335 | borderColor(color) { |
| 336 | this.widgetStack.borderColor = color; |
| 337 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected