Flutter bottomNavBar with FAB button not working properly
So starting out I have this simple bottomNavBar which changes pages. What I wanted to do was add a FAB bar in the middle. original bottomNavBar bottomNavigationBar: BottomNavigationBar( type: BottomNavigationBarType.fixed, currentIndex: 0, backgroundColor: Color(0xFF0066EE), selectedItemColor: Colors.white, unselectedItemColor: Colors.white, items: const…