(top, leading, bottom, trailing)
| 433 | return this; |
| 434 | } |
| 435 | setPadding(top, leading, bottom, trailing) { |
| 436 | this.widget.setPadding(top, leading, bottom, trailing); |
| 437 | return this; |
| 438 | } |
| 439 | useDefaultPadding() { |
| 440 | this.widget.useDefaultPadding(); |
| 441 | return this; |
nothing calls this directly
no test coverage detected