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