We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a28db commit 1d5adf9Copy full SHA for 1d5adf9
lib/main.dart
@@ -14,11 +14,10 @@ class Home extends StatelessWidget {
14
title: Text('My second application'),
15
centerTitle: true,
16
),
17
- body: Center(
18
- child: IconButton(
19
- onPressed: () {},
20
- icon: Icon(Icons.alternate_email),
21
- color: Colors.yellow)),
+ body: Padding(
+ child: Text('All over the world'),
+ padding: EdgeInsets.all(29.0),
+ ),
22
floatingActionButton: FloatingActionButton(
23
child: Text('Click'),
24
onPressed: () {},
0 commit comments