(value: number)
| 150 | this.yoga.setHeightAuto() |
| 151 | } |
| 152 | setMinWidth(value: number): void { |
| 153 | this.yoga.setMinWidth(value) |
| 154 | } |
| 155 | setMinWidthPercent(value: number): void { |
| 156 | this.yoga.setMinWidthPercent(value) |
| 157 | } |
no outgoing calls
no test coverage detected