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,
|
overflow: TextOverflow.fade,
|
||||||
style: widget.headerTextStyle,
|
style: widget.headerTextStyle,
|
||||||
)
|
)
|
||||||
: const SizedBox(),
|
: const SizedBox.shrink(),
|
||||||
if (!widget.hideCloseIcon)
|
if (!widget.hideCloseIcon)
|
||||||
IconButton(
|
IconButton(
|
||||||
padding: const EdgeInsets.all(0),
|
padding: const EdgeInsets.all(0),
|
||||||
|
|||||||
Reference in New Issue
Block a user