GlobalBottomNavigationBar constructor
const
GlobalBottomNavigationBar({
- required BottomNavigationTabNumber currentTab,
- BottomNavigationBarType type = BottomNavigationBarType.shifting,
- required ValueChanged<
BottomNavigationTabNumber> onSelectTab, - required TickerProvider tickerProvider,
Implementation
const GlobalBottomNavigationBar({
required this.currentTab,
this.navigationViews = const [],
this.type = BottomNavigationBarType.shifting,
required this.onSelectTab,
required this.tickerProvider,
});