(size)
| 365 | return this; |
| 366 | } |
| 367 | size(size) { |
| 368 | this.widgetStack.size = size; |
| 369 | return this; |
| 370 | } |
| 371 | spacing(number) { |
| 372 | this.widgetStack.spacing = number; |
| 373 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected