()
| 345 | return this; |
| 346 | } |
| 347 | centerAlignContent() { |
| 348 | this.widgetStack.centerAlignContent(); |
| 349 | return this; |
| 350 | } |
| 351 | cornerRadius(number) { |
| 352 | this.widgetStack.cornerRadius = number; |
| 353 | return this; |
no outgoing calls
no test coverage detected