Updated The Dart SDK to 3.4.1 and Flutter SDK to 3.22.1

This commit is contained in:
Nilashish Roy
2024-05-27 22:41:18 +06:00
parent b77740619a
commit 4b87e67125
10 changed files with 69 additions and 74 deletions

View File

@@ -92,6 +92,7 @@ class _SelectionDialogState extends State<SelectionDialog> {
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.end,
children: [
if (!widget.hideCloseIcon)
IconButton(
padding: const EdgeInsets.all(0),