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
Rafs
06/12/2021, 8:20 PM
store the alpha value in a state variable and update it?
➕ 1
p
Paul Woitaschek
06/12/2021, 9:02 PM
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