# Objective
```rust
pub const fn height(width: Val) -> Self {
Self {
width,
height: Val::DEFAULT,
}
}
```
😓
## Solution
Swap `width` and `height`.
|
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| camera_config.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| node_bundles.rs | ||
| stack.rs | ||
| ui_node.rs | ||
| update.rs | ||