nuhkoca
04/18/2022, 1:55 AMTopBar
mimic(it is not a Scaffold TopBar
, rather just a Box
due to transparency) and I need to use a sticky header in my LazyColumn
but the header doesn’t stick to custom Box(TopBar mimic)
as it probably doesn’t treat it as a TopBar
. How do I manage to have a sticky header with a custom mimic?Zach Klippenstein (he/him) [MOD]
04/18/2022, 4:32 PMnuhkoca
04/18/2022, 4:49 PMZach Klippenstein (he/him) [MOD]
04/19/2022, 2:31 PMLazyColumn
for this? Just from reading the kdoc it looks like it should do it.nuhkoca
04/20/2022, 2:32 PMZach Klippenstein (he/him) [MOD]
04/21/2022, 4:54 PMnuhkoca
04/21/2022, 7:23 PM