TdTabBarController({ required int initialIndex, required List<bool> initialMap, }) : _index = initialIndex, selectedMap = initialMap;