Desktop-refresh-error-fix (#1442)

* fix: Desktop refresh issue * chore: Removing comments

Adegoke David committed May 9, 2024 at 15:10 UTC cfe4401ccbbfeb34e61c58aefb82c71af2a2c009
1 file changed +1 -1
lib/src/screens/dashboard/dashboard_page.dart
+1 -1
@@ -53,7 +53,7 @@ class DashboardPage extends StatelessWidget {
53 Widget build(BuildContext context) {
54 final screenHeight = MediaQuery.of(context).size.height;
55 return Scaffold(
56 - body: Observer(
56 + body: Builder(
57 builder: (_) {
58 final dashboardPageView = RefreshIndicator(
59 displacement: screenHeight * 0.1,