itemsNav property

List<BottomNav> itemsNav
final

Implementation

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