您可以使用
moviesTitles.map((title) => Tab(text: title)).toList()
例:
bottom: new TabBar( controller: _controller, isScrollable: true, tabs: moviesTitles.map((title) => Tab(text: title)).toList() , ),

您可以使用
moviesTitles.map((title) => Tab(text: title)).toList()
例:
bottom: new TabBar( controller: _controller, isScrollable: true, tabs: moviesTitles.map((title) => Tab(text: title)).toList() , ),