diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart index 52a4d8f61..8d9dc9829 100644 --- a/lib/src/screens/dashboard/dashboard_page.dart +++ b/lib/src/screens/dashboard/dashboard_page.dart @@ -53,7 +53,7 @@ class DashboardPage extends StatelessWidget { Widget build(BuildContext context) { final screenHeight = MediaQuery.of(context).size.height; return Scaffold( - body: Observer( + body: Builder( builder: (_) { final dashboardPageView = RefreshIndicator( displacement: screenHeight * 0.1,