Filippo Vigani
10/12/2021, 9:25 AMRow
, Column
, LazyVerticalGrid
and the accompanist FlowRow
) trying to achieve something like CSS `minmax` function for columns.
Basically I'd like to lay out a list of elements such that they take all the available space, as in visually they always occupy the whole width of the screen, but are still constrained by a min size and a max size. Is there any way to achieve that using Jetpack Compose?Filippo Vigani
10/12/2021, 10:16 AMColumn
and LazyColumn
but only LazyVerticalGrid
and not VerticalGrid
?Filippo Vigani
10/12/2021, 10:44 AM