menu
core_tivic package
documentation
ui/widgets/navigation/bottom_navigation.dart
BottomNavigation
BottomNavigation const constructor
BottomNavigation const constructor
dark_mode
light_mode
BottomNavigation
constructor
const
BottomNavigation
(
{
Key
?
key
,
required
List
<
Widget
>
child
,
})
Implementation
const BottomNavigation({Key? key, required this.child}) : super(key: key);
core_tivic package
documentation
ui/widgets/navigation/bottom_navigation
BottomNavigation
BottomNavigation const constructor
BottomNavigation class