Flutter Day 2 Final Project
ปิดโปรเจ็ค สร้างโปรเจ็คใหม่ ทำการลบโค้ดที่ไม่จำเป็นออก เพื่อทำการเขียนใหม่ import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override…