feat: main page

This commit is contained in:
efrilm
2025-08-27 18:51:14 +07:00
parent 2d29a2f38a
commit 8312429be3
10 changed files with 262 additions and 41 deletions
+7
View File
@@ -53,5 +53,12 @@ class ThemeApp {
),
contentPadding: const EdgeInsets.symmetric(vertical: 12),
),
bottomNavigationBarTheme: BottomNavigationBarThemeData(
type: BottomNavigationBarType.fixed,
selectedItemColor: AppColor.primary,
unselectedItemColor: AppColor.textSecondary,
backgroundColor: AppColor.white,
elevation: 4,
),
);
}