Update lib/src/selection_dialog.dart
Co-authored-by: Chandra Abdul Fattah <chandrashibezzo@gmail.com>
This commit is contained in:
@@ -115,7 +115,7 @@ class _SelectionDialogState extends State<SelectionDialog> {
|
||||
overflow: TextOverflow.fade,
|
||||
style: widget.headerTextStyle,
|
||||
)
|
||||
: const SizedBox(),
|
||||
: const SizedBox.shrink(),
|
||||
if (!widget.hideCloseIcon)
|
||||
IconButton(
|
||||
padding: const EdgeInsets.all(0),
|
||||
|
||||
Reference in New Issue
Block a user