Answers for "center main axis column singlechildscrollview"

0

center main axis column singlechildscrollview

wrap SingleChildScrollView in a Center. The widgets tree is:

Center( child: SingleChildScrollView( child: Column(...)))
Posted by: Guest on April-10-2022

Code answers related to "center main axis column singlechildscrollview"

Browse Popular Code Answers by Language