Merge pull request #312 from cake-tech/Fixed-Monero-Nav-Bar-Title

Fixed the render flex error caused by menu widget title in monero wallet
This commit is contained in:
mkyq 2022-03-31 15:32:20 +02:00 committed by GitHub
commit f3cf20c395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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