Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 4dfdc81

Browse files
author
Luis Correa
committed
organizando
1 parent 59c22dd commit 4dfdc81

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lib/pages/home_page.dart

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ class _HomePageState extends State<HomePage> {
2020
floatingActionButton: FloatingActionButton(
2121
onPressed: () {
2222
Navigator.push(
23-
context,
24-
MaterialPageRoute(
25-
builder: (context) => LoginPage(
26-
title: 'NAUTA',
27-
)));
23+
context,
24+
MaterialPageRoute(
25+
builder: (context) => LoginPage(
26+
title: 'NAUTA',
27+
),
28+
),
29+
);
2830
},
2931
child: Icon(Icons.wifi),
3032
),

0 commit comments

Comments
 (0)