menu
adaptive_bottom_nav package
documentation
adaptive_nav_bar.dart
NavigationController
getBadgeCount method
getBadgeCount method
dark_mode
light_mode
getBadgeCount
method
int
getBadgeCount
(
int
index
)
Implementation
int getBadgeCount(int index) { return badgeCounts[index] ?? 0; }
adaptive_bottom_nav package
documentation
adaptive_nav_bar
NavigationController
getBadgeCount method
NavigationController class