Bottom NavigationBar with Gradient Effect

1. A custom navbar with Animated Container and Gradient shading.
2. Easily possible to change color and icons.
3. To change icons and label just change the variable List icon and List labels.
4. If 4 icon navbar replace AnimatedContainer width by the below code
width: _selectedIndex==index?screenSize.width*.34:screenSize.width*.22,