Navigation
This commit is contained in:
parent
e21f4a4082
commit
ff3a53ca0d
|
|
@ -625,6 +625,7 @@ class SidebarFooterCollapsed extends StatelessWidget {
|
||||||
|
|
||||||
return Container(
|
return Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
|
height: 44,
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
child: store.state.uiState.filterEntityType != null
|
child: store.state.uiState.filterEntityType != null
|
||||||
? PopupMenuButton<String>(
|
? PopupMenuButton<String>(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue