itemsNav property

List<BottomNav> itemsNav
final

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)
];