menu
adaptive_bottom_nav package
documentation
controllers/navigation_controller.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
controllers/navigation_controller
NavigationController
getBadgeCount method
NavigationController class