Track Asset Transfer [Most Recent]

design_3.0_demo_module
zaid_daoud 3 years ago
parent fd439a4f46
commit 5f842068a4

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

Loading…
Cancel
Save