Compare commits

..

No commits in common. "7f4f59b6c995ffcbb2bf69d878d595c5a8e806bd" and "d93c10f319a0565a39b44055a4ab743137a3f5bb" have entirely different histories.

View File

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