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

This commit is contained in:
RafiaChy 2022-03-30 19:13:09 +06:00
parent e7e419bc83
commit 612ab94033

View file

@ -131,9 +131,8 @@ class MenuWidgetState extends State<MenuWidget> {
children: <Widget>[ children: <Widget>[
_iconFor(type: widget.dashboardViewModel.type), _iconFor(type: widget.dashboardViewModel.type),
SizedBox(width: 12), SizedBox(width: 12),
Expanded( SingleChildScrollView(
child: Container( child: Container(
height: 42,
child: Column( child: Column(
crossAxisAlignment: crossAxisAlignment:
CrossAxisAlignment.start, CrossAxisAlignment.start,