change spacing of icons
This commit is contained in:
@@ -61,14 +61,12 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
shape: null,
|
shape: null,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
const SizedBox(width: 0),
|
|
||||||
_buildNavItem(Icons.home, 'Home', 0),
|
_buildNavItem(Icons.home, 'Home', 0),
|
||||||
_buildNavItem(Icons.history, 'Games', 1),
|
_buildNavItem(Icons.history, 'Games', 1),
|
||||||
_buildNavItem(Icons.groups, 'Groups', 2),
|
_buildNavItem(Icons.groups, 'Groups', 2),
|
||||||
_buildNavItem(Icons.bar_chart, 'Stats', 3),
|
_buildNavItem(Icons.bar_chart, 'Stats', 3),
|
||||||
const SizedBox(width: 0),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user