Fixed the render flex error caused by menu widget title in monero wallet

RafiaChy committed Mar 30, 2022 at 19:13 UTC 612ab94033a90a8892f9b00854a17fd1ee3318e7
1 file changed +1 -2
lib/src/screens/dashboard/widgets/menu_widget.dart
+1 -2
@@ -131,9 +131,8 @@ class MenuWidgetState extends State<MenuWidget> {
131 children: <Widget>[
132 _iconFor(type: widget.dashboardViewModel.type),
133 SizedBox(width: 12),
134 - Expanded(
134 + SingleChildScrollView(
135 child: Container(
136 - height: 42,
136 child: Column(
137 crossAxisAlignment:
138 CrossAxisAlignment.start,