Answers for "flutter move container to top center"

0

flutter move container to top center

Center(  child: Container( alignment: Alignment(0.0, -1.0),  ),);
Posted by: Guest on March-29-2020

Code answers related to "flutter move container to top center"

Browse Popular Code Answers by Language