|
|
@ -50,6 +50,8 @@ class _PowerLoggerViewState extends State<PowerLoggerView> {
|
|
|
|
return BottomNavigationBar(
|
|
|
|
return BottomNavigationBar(
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
|
|
|
|
selectedLabelStyle: TextStyle(color: Colors.blue,fontSize: 14),
|
|
|
|
|
|
|
|
unselectedLabelStyle: TextStyle(color: Color(0xFF666666),fontSize: 12),
|
|
|
|
onTap: (index) {
|
|
|
|
onTap: (index) {
|
|
|
|
_currentIndex = index;
|
|
|
|
_currentIndex = index;
|
|
|
|
kSetState(() {});
|
|
|
|
kSetState(() {});
|
|
|
|