menu
nudge_nudges package
documentation
pages/bottomNavbarsingle.dart
BottomNavBarSingle
BottomNavBarSingle.new constructor
BottomNavBarSingle.new constructor
dark_mode
light_mode
BottomNavBarSingle
constructor
BottomNavBarSingle
(
{
Key
?
key
,
required
String
text
,
required
Function
onClick
,
})
Implementation
BottomNavBarSingle({ Key? key, required this.text, required this.onClick, }) : super(key: key);
nudge_nudges package
documentation
pages/bottomNavbarsingle
BottomNavBarSingle
BottomNavBarSingle.new constructor
BottomNavBarSingle class