const TabBar({ Key key, @required this.tabs, this.controller, ... }) 如上原始碼所示, tabs 一個 List<Widget> 型別, 但是我們一個使用 List<Tab> ...
確定! 回上一頁