(number)
| 349 | return this; |
| 350 | } |
| 351 | cornerRadius(number) { |
| 352 | this.widgetStack.cornerRadius = number; |
| 353 | return this; |
| 354 | } |
| 355 | layoutHorizontally() { |
| 356 | this.widgetStack.layoutHorizontally(); |
| 357 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected