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