I have a Bottom sheet scaffold inside a Scaffold s...
# compose
b
I have a Bottom sheet scaffold inside a Scaffold since I want to have a BottomBar. My sheetPeekHeight is DefaultSheetPeekHeight + paddingValues.calculateBottomPadding() and then additionally adding height from a column that is onGloballyPositioned updating an extraSheetPeekHeight variable that is passed in. It looks almost perfect but there's a bit of extra height on the sheet coming through. I.e. if I put a border on my column content I can see a gap below that. Any ideas?. Should I not be using Default Sheet Peek Height?