Is there a way to “disable” (as in “grey out and don’t allow interaction with”) an entire UI subtree?
I was thinking via a modifier at the root of the subtree or a CompositionLocal but I’m not aware of any.
w
Waqas Tahir
09/29/2021, 5:11 PM
I passed parameters down to the last composable using composition local basically my own state
and then checked with that composition local if in preview , disable