import 'package:flutter/material.dart';void main() { runApp(MyApp());//runApp为flutter运行app的方法}// 自定义组件class MyApp extends ...
確定! 回上一頁