Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
eunicePops committed Apr 27, 2021
1 parent f7667db commit ce90ea4
Showing 1 changed file with 68 additions and 60 deletions.
128 changes: 68 additions & 60 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,75 +43,83 @@ class HelloWorldApp extends StatelessWidget {
Expanded(
child: Row(
children: [
Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
Expanded(
child: Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
),
),
),
),
Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
Expanded(
child: Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
),
),
),
),
Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
Expanded(
child: Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
),
),
),
),
Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
Expanded(
child: Container(
height: 200,
width: 300,
decoration: BoxDecoration(
color: Colors.black26,
),
alignment: Alignment.center,
margin: EdgeInsets.all(20),
child: Text(
'Hello world',
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 20,
color: Colors.white,
fontWeight: FontWeight.bold,
),
),
),
),
Expand Down

0 comments on commit ce90ea4

Please sign in to comment.