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