SyBottomNavBar constructor
const
SyBottomNavBar({})
Implementation
const SyBottomNavBar({
super.key,
required this.items,
this.currentLocation = 'home',
this.selectedColor = Colors.orange,
this.unselectedColor = Colors.blueGrey,
this.iconSize = 22,
this.fontSize = 13,
});