diff --git a/lib/selection_dialog.dart b/lib/selection_dialog.dart index 03b2994..d08bdba 100644 --- a/lib/selection_dialog.dart +++ b/lib/selection_dialog.dart @@ -31,7 +31,7 @@ class SelectionDialog extends StatefulWidget { this.flagWidth = 32, this.size, this.hideSearch = false, - this.closeIcon = closeIcon, + this.closeIcon, }) : assert(searchDecoration != null, 'searchDecoration must not be null!'), this.searchDecoration = searchDecoration.prefixIcon == null ? searchDecoration.copyWith(prefixIcon: Icon(Icons.search))