Jetpack Compose - Modifier.layout (Part 1)
Reference: https://developer.android.com/jetpack/compose/layouts/custom#layout-modifier
The simple Modifier.layout from sample code
Let's replicate the Modifier.firstBaselineToTop in the official document, step by step to understand how it works.
The...
wip.ene.im4 min read