-
I'm learning this library and trying to write something Jetpack Compose using it, but I'm a bit confused about how to calculate the size of the current "element" without knowing (and calculating in advance) the sizes of its children. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There have a layout tree using this crate https://github.com/cksac/compose-taffy, you may get some insights there |
Beta Was this translation helpful? Give feedback.
There have a layout tree using this crate https://github.com/cksac/compose-taffy, you may get some insights there