Is it somehow possible to interact with the child ...
# compose
p
Is it somehow possible to interact with the child composables of Scaffold? I find it very unflexible. For example on scroll I want change the elevation of the appbar. (so that it has 0dp and the default elevation on scroll)
r
store the alpha value in a state variable and update it?
1
p
Ouch. Yeah I didn't touch it for so long that I thought that the scaffolds creates the composables itself. That worked pretty well, thanks @Rafs