自定义内容构建器(参数:child-基础内容, index-选项卡索引, active-是否激活)
final Widget Function(Widget child, int index, bool active)? builder;