Shared Preferences implementation

This commit is contained in:
Nilanjan Chakrabarti
2025-07-30 12:50:11 +05:30
parent ee3961215a
commit 618bd4a9b9
8 changed files with 156 additions and 125 deletions

View File

@@ -116,7 +116,7 @@ class AppThemes {
foregroundColor: Color(0xFF212121),
centerTitle: true,
),
cardTheme: CardThemeData(
cardTheme: CardTheme(
//Earlier CardThemeData
elevation: 2,
shape: RoundedRectangleBorder(
@@ -200,7 +200,7 @@ class AppThemes {
foregroundColor: Colors.white,
centerTitle: true,
),
cardTheme: CardThemeData(
cardTheme: CardTheme(
//Earlier was CardThemeData
elevation: 2,
shape: RoundedRectangleBorder(