(gradient)
| 325 | return this; |
| 326 | } |
| 327 | backgroundGradient(gradient) { |
| 328 | this.widgetStack.backgroundGradient = gradient; |
| 329 | return this; |
| 330 | } |
| 331 | backgroundImage(image) { |
| 332 | this.widgetStack.backgroundImage = image; |
| 333 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected