Skip to content

Commit 48a28db

Browse files
committed
End of buttons and Icons
1 parent f2069ab commit 48a28db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/main.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ class Home extends StatelessWidget {
1515
centerTitle: true,
1616
),
1717
body: Center(
18-
child: Image.asset('assets/images/sq3.jpg'),
19-
),
18+
child: IconButton(
19+
onPressed: () {},
20+
icon: Icon(Icons.alternate_email),
21+
color: Colors.yellow)),
2022
floatingActionButton: FloatingActionButton(
2123
child: Text('Click'),
2224
onPressed: () {},

0 commit comments

Comments
 (0)