menu
mxbase package
documentation
widgets/common_scaffold.dart
CommonScaffold
bottomNavBar method
bottomNavBar method
dark_mode
light_mode
bottomNavBar
method
Widget
?
bottomNavBar
(
)
Implementation
Widget? bottomNavBar() { if (showBottomNav && bottomNav != null) return bottomNav; return null; }
mxbase package
documentation
widgets/common_scaffold
CommonScaffold
bottomNavBar method
CommonScaffold class