1. 首页
  2. 数据库
  3. 其它
  4. Flutter 中TabController实现底部tab切换

Flutter 中TabController实现底部tab切换

上传者: 2021-01-16 01:54:42上传 PDF文件 57.21KB 热度 12次
import 'package:flutter/material.dart'; class TabControllerPage extends StatefulWidget { TabControllerPage({Key key}) : super(key: key); _TabControllerPageState createState() => _TabControllerPageState(); } //用with来实现 class _TabControllerPageState extends State with SingleTickerProviderState
下载地址
用户评论