Flutter – MainAxisSize.min not working in custom dialog
I'm trying to make my dialog auto-size to fit all it's content using MainAxisSize.min in my Scaffold Column widget, but I'm still getting the widget at his full length. Why the MainAxisSize.min doesn't work here? This is the code of…