1. 首页
  2. 数据库
  3. 其它
  4. 【Flutter】入门08 PageView

【Flutter】入门08 PageView

上传者: 2021-01-15 17:12:07上传 PDF文件 221.95KB 热度 18次
基本 class Home extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text('Gecer')), body: PageView( children: [ MyContainer(Colors.red, 'ONE'), MyContainer(Colors.yellow, TWO), MyC
下载地址
用户评论