BottomNavigationBarDesign constructor
const
BottomNavigationBarDesign({})
Implementation
const BottomNavigationBarDesign({
this.background = Colors.black,
this.indicator = _placeHolderColor,
this.selected = Colors.white,
this.unSelected = _placeHolderColor,
});