- 906 名前:デフォルトの名無しさん [2022/09/09(金) 14:54:35.92 ID:IVL9R5HO.net]
- >>892
分かりづらい class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, title: 'Flutter Demo', theme: ThemeData.light(), home: AdminMobilePage(),←これら ); } }
|

|