RootTabBar constructor
RootTabBar({
- required List pages,
- CheckLogin? checkLogin,
- int currentIndex = 0,
Implementation
RootTabBar({
required this.pages,
this.checkLogin,
this.currentIndex = 0,
});