menu
classic_bottom_navigation_bar package
documentation
example/classic_bottom_navigation_bar_example.dart
MyApp
MyApp const constructor
MyApp const constructor
dark_mode
light_mode
MyApp
constructor
const
MyApp
(
{
Key
?
key
,
})
Implementation
const MyApp({Key? key}) : super(key: key);
classic_bottom_navigation_bar package
documentation
example/classic_bottom_navigation_bar_example
MyApp
MyApp const constructor
MyApp class