class App extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'My Flutter App', home: Home(), ); } }.
確定! 回上一頁