()
| 871 | return this.style.alignItems |
| 872 | } |
| 873 | getAlignSelf(): Align { |
| 874 | return this.style.alignSelf |
| 875 | } |
| 876 | getAlignContent(): Align { |
| 877 | return this.style.alignContent |
| 878 | } |
nothing calls this directly
no outgoing calls
no test coverage detected