final List<BottomNav> itemsNav = <BottomNav>[ BottomNav('Home', Icons.store, null), BottomNav('Business', Icons.business, null), BottomNav('Profile', Icons.account_circle, null) ];