Ujwal
03/12/2021, 4:43 PMAdam Powell
03/12/2021, 4:49 PMLayout
composable. Modifier.verticalScroll
(or horizontal if needed) can provide the scrolling behavior once the layout itself is written.Adam Powell
03/12/2021, 4:50 PMArrangement
for a row or column would do the trickAdam Powell
03/12/2021, 4:51 PMUjwal
03/12/2021, 5:13 PMAdam Powell
03/12/2021, 5:22 PMUjwal
03/12/2021, 5:34 PMUjwal
03/12/2021, 5:52 PMBoxWithConstraints
scope. When i try to get the maxHeight, it is the same irrespective of whether the keyboard is up or down.
Am i doing something wrong here?Adam Powell
03/12/2021, 5:55 PMUjwal
03/12/2021, 6:00 PMUjwal
03/12/2021, 6:03 PMAdam Powell
03/12/2021, 6:35 PMLayout
is what you are likely to want here. BoxWithConstraints
is a fairly heavyweight tool if you aren't changing the structure of the content you're composing such as switching between phone and tablet layouts based on available spaceAdam Powell
03/12/2021, 6:35 PMUjwal
03/12/2021, 7:02 PMUjwal
03/12/2021, 7:02 PM