(number)
| 337 | return this; |
| 338 | } |
| 339 | borderWidth(number) { |
| 340 | this.widgetStack.borderWidth = number; |
| 341 | return this; |
| 342 | } |
| 343 | bottomAlignContent() { |
| 344 | this.widgetStack.bottomAlignContent(); |
| 345 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected