menu
neom_home package
documentation
ui/web/web_top_bar.dart
WebTopBar
WebTopBar.new const constructor
WebTopBar.new const constructor
dark_mode
light_mode
WebTopBar
constructor
const
WebTopBar
(
{
Key
?
key
,
required
int
currentTabIndex
,
required
dynamic
onTabSelected
(
int
),
})
Implementation
const WebTopBar({ super.key, required this.currentTabIndex, required this.onTabSelected, });
neom_home package
documentation
ui/web/web_top_bar
WebTopBar
WebTopBar.new const constructor
WebTopBar class