(color)
| 405 | this.widget = new ListWidget(); |
| 406 | } |
| 407 | backgroundColor(color) { |
| 408 | this.widget.backgroundColor = color; |
| 409 | return this; |
| 410 | } |
| 411 | backgroundGradient(gradient) { |
| 412 | this.widget.backgroundGradient = gradient; |
| 413 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected