NavigationTab.tab constructor
NavigationTab.tab({})
NavigationTab.tab is a convenience constructor for standard tabs.
Implementation
NavigationTab.tab({
required this.title,
required this.page,
this.icon,
this.activeIcon,
this.tooltip,
this.backgroundColor,
Map<String, dynamic>? meta,
}) : alertColor = null,
meta = meta ?? {},
kind = "tab";