|
|
|
@ -179,7 +179,7 @@ class AssetTransferSearchDialogState extends State<AssetTransferSearchDialog> wi
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(height: 16.0 * AppStyle.getScaleFactor(context)),
|
|
|
|
SizedBox(height: 16.0 * AppStyle.getScaleFactor(context)),
|
|
|
|
Visibility(
|
|
|
|
Visibility(
|
|
|
|
visible: (_search.toMap()?.remove("mostRecent"))?.isNotEmpty,
|
|
|
|
visible: (_search.toMap()..remove("mostRecent"))?.isNotEmpty ?? false,
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
|
|
|
child: AButton(
|
|
|
|
child: AButton(
|
|
|
|
|