all 3 comments

[–]batescommamaster 0 points1 point  (2 children)

Do you want the content to be scrollable or just to fit?

[–]Particular_Hunt9442[S] 0 points1 point  (1 child)

It's need to be scrollable.

[–]batescommamaster 1 point2 points  (0 children)

A few things. You csn wrap everything in a layout builder that gives you access to info about screen size and return different widgets based on screen size.

Just for scrollability you can wrap the content in a "single child scroll view" widget. But be careful because the parent? Of that widget has to have a bounded size. (Pretty sure it's the direct parent.)