
implementation("app.cash.redwood:redwood-layout-api:0.18.0")Defines layout components like `Row`, `Column`, `Box`, and `Spacer` for building user interfaces. Utilizes a virtual DOM-based layout engine to calculate layouts, translating them into native components. Ensures consistent sizing and spacing across devices using the `Density` abstraction.