Update main.dart
This commit is contained in:
parent
53adb8226b
commit
7f5b96e014
|
@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
|
|||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const MyHomePage(title: 'Test'),
|
||||
home: const MyHomePage(title: 'halo'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue