Vsevolod Ganin
10/02/2020, 9:45 PMclipChildren=false
? I have a Column
composed of scrollable LazyColumnFor
+ FloatingActionButton
and I want the scrollable column to be seen behind the FAB. But scrolling should end just above the FAB, not belowZach Klippenstein (he/him) [MOD]
10/02/2020, 10:21 PMVsevolod Ganin
10/02/2020, 10:27 PMZach Klippenstein (he/him) [MOD]
10/02/2020, 10:35 PMVsevolod Ganin
10/02/2020, 11:10 PMMutableState
variable which stores the laid out height of FAB (modified by onPositioned
). And then the item list should be comprised with original list + one special item which get its height updated. And then in `LazyColumnFor`’s itemContent
we should add some kind of when
which inspects what kind of item we got to choose the right composable. Please correct me if I overcomplicated something. Oh boy this is hard 😅Zach Klippenstein (he/him) [MOD]
10/03/2020, 6:34 AMzoha131
10/03/2020, 8:58 AMZach Klippenstein (he/him) [MOD]
10/03/2020, 9:21 AM