menu
flutter_bamboo_ui_kit package
documentation
widgets/bottom_navigation.dart
TBottomNavigationHelper
popScreen method
popScreen method
dark_mode
light_mode
popScreen
method
void
popScreen
(
BuildContext
context
)
Pop the current route
Implementation
void popScreen(BuildContext context) { Navigator.of(context).pop(); }
flutter_bamboo_ui_kit package
documentation
widgets/bottom_navigation
TBottomNavigationHelper
popScreen method
TBottomNavigationHelper class