If you are getting
he following assertion was thrown building MenuDashboardPage(dirty, state:
_MenuDashboardPageState#06e98(ticker inactive)):
No MediaQuery widget ancestor found.
MenuDashboardPage widgets require a MediaQuery widget ancestor.
on menu_dashboard_layout.dart
It's because the dashboard widget has no way to inherit MediaQuery context directly from MenuDashboardPage widget.
Here's what I did to fix the issue.
It's just a work around and not a real solution :(

