xxxxxxxxxx
use this type property for adjusting the bottom nav bar items
bottomNavigationBar : new BottomNavigationBar(
items: [],
type: BottomNavigationBarType.fixed
)
xxxxxxxxxx
// type: BottomNavigationBarType.fixed
bottomNavigationBar : new BottomNavigationBar(
items: [],
type: BottomNavigationBarType.fixed
)