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