Added fire locations
This commit is contained in:
parent
c4438365ab
commit
8e4e469eb8
15 changed files with 607 additions and 49 deletions
|
|
@ -33,12 +33,12 @@ class HomePage extends StatelessWidget {
|
|||
heightFactor: 0.9,
|
||||
child: new CenteredColumn(
|
||||
children: <Widget>[
|
||||
customBtn(
|
||||
Icons.whatshot,
|
||||
"Active fires",
|
||||
context,
|
||||
// const EdgeInsets.only(left: 60.0),
|
||||
ActiveFiresMap.routeName),
|
||||
new RoundedBtn.nav(
|
||||
icon: Icons.whatshot,
|
||||
text: 'Active fires',
|
||||
context: context,
|
||||
route: ActiveFiresPage.routeName,
|
||||
backColor: fires600),
|
||||
],
|
||||
)))
|
||||
])),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue