Update selection_dialog.dart

This commit is contained in:
vlfr1997
2020-09-24 18:47:11 -03:00
committed by GitHub
parent f1aa08bdd0
commit 575e0a880e

View File

@@ -75,7 +75,7 @@ class _SelectionDialogState extends State<SelectionDialog> {
IconButton( IconButton(
padding: const EdgeInsets.all(0), padding: const EdgeInsets.all(0),
iconSize: 20, iconSize: 20,
icon: closeIcon, icon: widget.closeIcon,
onPressed: () => Navigator.pop(context), onPressed: () => Navigator.pop(context),
), ),
if (!widget.hideSearch) if (!widget.hideSearch)