【Flutter】入门08 PageView
基本 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
下载地址
用户评论