fix suggesstion list

This commit is contained in:
Valentin CZERYBA 2024-11-26 21:43:14 +01:00
parent d93c10f319
commit 0e3d75e8a8

View File

@ -436,7 +436,7 @@ class _MyHomePageState extends State<ListItemMenu> {
),
if (suggestions.isNotEmpty)
Container(
height: 175,
height: 200,
decoration: BoxDecoration(
border: Border.all(color: Colors.blue),
borderRadius: BorderRadius.circular(8),
@ -518,8 +518,8 @@ class _MyHomePageState extends State<ListItemMenu> {
),
body: Column(
children: [
_buildItemZoneSearchField(),
if (showDateFields)
if (showArrow) _buildItemZoneSearchField(),
if ((showDateFields) && (showArrow))
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[