samueldple
06/27/2020, 4:01 PMScaffold
, the content starts underneath the topBar
but goes to the bottom of the viewport, even if there's a bottomBar
there. I noticed this because the VerticalScroller
I added wasn't scrolling due to the content only just going under the bottomBar
. Is this the correct behaviour, and if so should I be storing the measured height of the bottom bar to fit the main content inside the Scaffold
?Zach Klippenstein (he/him) [MOD]
06/27/2020, 5:01 PMsamueldple
06/27/2020, 6:07 PMmanueldidonna
06/27/2020, 6:26 PMPadding
parameter. Just use it with a Modifier.paddingsamueldple
06/27/2020, 6:32 PM