(gradient)
| 409 | return this; |
| 410 | } |
| 411 | backgroundGradient(gradient) { |
| 412 | this.widget.backgroundGradient = gradient; |
| 413 | return this; |
| 414 | } |
| 415 | backgroundImage(image) { |
| 416 | this.widget.backgroundImage = image; |
| 417 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected