文件名称:Flutter 通过TabController 定义TabBar
文件大小:4KB
文件格式:DART
更新时间:2022-10-26 08:08:49
Flutter TabContr Flutter TabController
语法使用 页面必须继承StatefulWidget 页面必须实现SingleTickerProviderStateMixin 页面初始化时,实例化TabController 在TabBar组件中指定controller为我们实例化的TabController 在TabBarView组件中指定controller为我们实例化的TabController