默认使用Material
1 | // 导入必要的模块 |
启动当前项目
1 | // 入口函数为main |
创建APP入口–MyApp()
1 | // 无状态入口 |
创建MyHomePage
1 | class MyHomePage extends StatefulWidget { |
1 | class MyHomePageState extends State<MyHomePage> { |
1 | // 导入必要的模块 |
1 | // 入口函数为main |
1 | // 无状态入口 |
1 | class MyHomePage extends StatefulWidget { |
1 | class MyHomePageState extends State<MyHomePage> { |