reformat
This commit is contained in:
@@ -71,16 +71,15 @@ class Home extends StatelessWidget {
|
||||
icon: new Icon(Icons.calendar_today),
|
||||
title: new Text("Schedule")),
|
||||
BottomNavigationBarItem(
|
||||
icon: new Icon(Icons.table_chart),
|
||||
title: new Text("Scores")),
|
||||
icon: new Icon(Icons.table_chart), title: new Text("Scores")),
|
||||
BottomNavigationBarItem(
|
||||
icon: new Icon(Icons.assessment),
|
||||
title: new Text("Standings")),
|
||||
icon: new Icon(Icons.assessment), title: new Text("Standings")),
|
||||
BottomNavigationBarItem(
|
||||
icon: new Icon(Icons.more_horiz), title: new Text("More"))
|
||||
],
|
||||
),
|
||||
));
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user