I'm still thinking about how I'd like to lay this out in that case, but I expect that in order to fit everything without having to resort to a scrolling view (which I'd prefer) I would need to adjust parts of the view more than I would be able to with that (e.g. turning a
Row
of buttons into a
Column
)
a
Andrey Kulikov
11/14/2020, 8:28 AM
you can use
WithConstraints
where you check
if(maxWidth > maxHeight)
for the dynamic size of your component, or you can use
ConfigurationAmbient
for the sizes of your screen. either of these two should work better than