()
| 357 | return this; |
| 358 | } |
| 359 | layoutVertically() { |
| 360 | this.widgetStack.layoutVertically(); |
| 361 | return this; |
| 362 | } |
| 363 | setPadding(top, leading, bottom, trailing) { |
| 364 | this.widgetStack.setPadding(top, leading, bottom, trailing); |
| 365 | return this; |
no outgoing calls
no test coverage detected