Skip to content
Snippets Groups Projects
Commit 35145dba authored by wonbin's avatar wonbin
Browse files

page layout-3

parent ca565228
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -35,7 +35,7 @@ class _MyHomePageState extends State<MyHomePage> {
padding: EdgeInsets.symmetric(vertical: 20, horizontal: 20), padding: EdgeInsets.symmetric(vertical: 20, horizontal: 20),
child: Center( child: Center(
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
Container( Container(
width: 200, width: 200,
...@@ -47,7 +47,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -47,7 +47,7 @@ class _MyHomePageState extends State<MyHomePage> {
), ),
Text('text outside of box'), Text('text outside of box'),
Row( Row(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
Text('text in Row'), Text('text in Row'),
Container( Container(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment