dart – Flutter Stack Widget – SingleChildScrollView Causing Issues
My stack widget (fancy_on_boarding) was overflowing and/or getting cut off in landscape mode based on the clipping behavior. Any way to resolve so that the widget just scrolls in landscape and I don’t get an overflow error? background below: I tried to add a SingleChildScrollView as I’ve done in other widgets, but a lot was … Read more