feat: home page

This commit is contained in:
efrilm
2025-08-12 20:44:27 +07:00
parent ae1293d28d
commit f0dac56802
15 changed files with 1447 additions and 8 deletions
+8
View File
@@ -55,5 +55,13 @@ class ThemeApp {
fontWeight: FontWeight.w500,
),
),
appBarTheme: AppBarTheme(
backgroundColor: AppColor.white,
elevation: 1,
titleTextStyle: AppStyle.lg.copyWith(
fontWeight: FontWeight.w600,
color: AppColor.primary,
),
),
);
}