RootTabBar constructor

RootTabBar({
  1. required List pages,
  2. CheckLogin? checkLogin,
  3. int currentIndex = 0,
})

Implementation

RootTabBar({
  required this.pages,
  this.checkLogin,
  this.currentIndex = 0,
});