Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTechson committed Jan 14, 2020
1 parent 2f280de commit 6620127
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ class MyHomePage extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
Image.network('https://randomuser.me/api/portraits/lego/4.jpg'),

Text("Hi, I'm Bex, 22"),

Text("Hi, I'm Bex, 22"),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Expand All @@ -49,8 +47,7 @@ class MyHomePage extends StatelessWidget {
border: new Border.all(
color: Color.fromRGBO(200, 200, 200, .5),
width: 12.0,
style: BorderStyle.solid
),
style: BorderStyle.solid),
),
child: Icon(
Icons.close,
Expand All @@ -66,8 +63,7 @@ class MyHomePage extends StatelessWidget {
border: new Border.all(
color: Color.fromRGBO(200, 200, 200, .5),
width: 12.0,
style: BorderStyle.solid
),
style: BorderStyle.solid),
),
child: Icon(
Icons.favorite,
Expand Down

0 comments on commit 6620127

Please sign in to comment.