FastRootTabBar constructor

FastRootTabBar({
  1. required List pages,
  2. CheckLogin? checkLogin,
  3. int currentIndex = 0,
  4. Color? color,
  5. List needLogins = const [],
  6. bool isFirtBlackColor = false,
})

Implementation

FastRootTabBar({
  required this.pages,
  this.checkLogin,
  this.currentIndex = 0,
  this.color,
  this.needLogins = const [],
  this.isFirtBlackColor = false,
});