(color)
| 333 | return this; |
| 334 | } |
| 335 | borderColor(color) { |
| 336 | this.widgetStack.borderColor = color; |
| 337 | return this; |
| 338 | } |
| 339 | borderWidth(number) { |
| 340 | this.widgetStack.borderWidth = number; |
| 341 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected