This commit is contained in:
Efril
2026-05-14 15:05:04 +07:00
parent c4618bbc1b
commit 96526c1972
4 changed files with 19 additions and 3 deletions
@@ -91,6 +91,8 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
child: Scaffold(
backgroundColor: AppColor.background,
body: RefreshIndicator(
backgroundColor: AppColor.white,
color: AppColor.primary,
onRefresh: () {
_refetchDashboard(context);
return Future.value();