Update selection_dialog.dart
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user