menu
top_navigation_bar package
documentation
top_navigation_bar.dart
TopNavItem
TopNavItem.new constructor
TopNavItem.new constructor
dark_mode
light_mode
TopNavItem
constructor
TopNavItem
(
{
required
IconData
icon
,
required
String
label
,
})
Implementation
TopNavItem({required this.icon, required this.label});
top_navigation_bar package
documentation
top_navigation_bar
TopNavItem
TopNavItem.new constructor
TopNavItem class