标签式iOS应用程序的结构。将选项卡栏放在内容选项卡之上
CupertinoTabScaffold({
Key key,
@required this.tabBar,
@required this.tabBuilder,
this.controller,
this.backgroundColor,
this.resizeToAvoidBottomInset = true,
})
tabBar: CupertinoTabBar(),
tabBuilder: (context, index) {},
backgroundColor: Color(0xFFfafcff),