(color)
| 321 | this.widgetStack = widgetStack; |
| 322 | } |
| 323 | backgroundColor(color) { |
| 324 | this.widgetStack.backgroundColor = color; |
| 325 | return this; |
| 326 | } |
| 327 | backgroundGradient(gradient) { |
| 328 | this.widgetStack.backgroundGradient = gradient; |
| 329 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected