Slide 65
Slide 65 text
CustomTabBar
child: new Scaffold(
appBar: new AppBar(
title: new Text(widget.title),
bottom: new CustomTabBar(
currentDate: "2018年4月16日(月)",
currentTimeTable: "Aダイヤ",
tabBar: new TabBar(
tabs: [
new Tab(text: "愛工大ゆき"),
new Tab(text: "八草駅ゆき"),
],
),
),
),