itemsNav property
Implementation
final List<BottomNav> itemsNav = <BottomNav>[
BottomNav('Home', Icons.home, null),
BottomNav('Brand', Icons.work, null),
BottomNav('Cart', Icons.shopping_cart, null),
BottomNav('Account', Icons.person, null)
];