(top, leading, bottom, trailing)
| 361 | return this; |
| 362 | } |
| 363 | setPadding(top, leading, bottom, trailing) { |
| 364 | this.widgetStack.setPadding(top, leading, bottom, trailing); |
| 365 | return this; |
| 366 | } |
| 367 | size(size) { |
| 368 | this.widgetStack.size = size; |
| 369 | return this; |
no outgoing calls
no test coverage detected