itemsNav property
Implementation
final List<BottomNav> itemsNav = <BottomNav>[
BottomNav.count('Favorites', Icons.favorite, null, true, ""),
BottomNav('Music', Icons.music_note, null),
BottomNav.count('Book', Icons.chrome_reader_mode, null, true, "88"),
BottomNav('News', Icons.receipt_long, null)
];