AnchorTabIndexedBuilder typedef
AnchorTabIndexedBuilder =
BadgeTab Function(BuildContext context, int index)
构建指定索引的Tab
Implementation
typedef AnchorTabIndexedBuilder = BadgeTab Function(
BuildContext context, int index);