Update main.dart

This commit is contained in:
orangdeso 2025-02-03 15:03:39 +07:00
parent 53adb8226b
commit 7f5b96e014
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true, useMaterial3: true,
), ),
home: const MyHomePage(title: 'Test'), home: const MyHomePage(title: 'halo'),
); );
} }
} }