Hi, How can we get the size of composable in a cus...
# compose
a
Hi, How can we get the size of composable in a custom Modifier when using
composed
lambda? How to get size of composable in a custom Modifier?
l
Don't need to be
composed
, try
onSizeChanged
.
a
Thanks. Issue solved with the help of this answer - https://stackoverflow.com/a/76545760/9636037