I've noticed that windows insets padding seems to ...
# compose
r
I've noticed that windows insets padding seems to handle consumption automatically, which prevents me from reusing specific inset padding, is there any way to force the use of modifiers that are already consumed
a
If you use the
WindowInsets.type
directly (like
WindowInsets.ime
), and query for the size, you can get the source value of insets given to Compose without consumption