import 'package:flutter/material.dart'; void main() => runApp(new MyApp()); ... 實現一個stateful widget 至少需要兩個類: class MyApp extends ...
確定! 回上一頁