Home page

This commit is contained in:
mohammad
2024-08-06 11:21:14 +03:00
parent 09dc49b630
commit 1f5a119c60
11 changed files with 521 additions and 665 deletions

View File

@ -33,6 +33,11 @@ class MyApp extends StatelessWidget {
},
),
theme: ThemeData(
textTheme: const TextTheme(
bodySmall:TextStyle(),
bodyLarge:TextStyle(),
bodyMedium:TextStyle(),
),
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.deepPurple), // Set up color scheme
useMaterial3: true, // Enable Material 3