BottomNavigationBarProps constructor
const
BottomNavigationBarProps({})
Implementation
const BottomNavigationBarProps({
required this.items,
required this.selectedIndex,
this.onChanged,
this.showLabels = true,
this.showSelectedLabels = false,
this.height = 64,
});