chore: show close button for send file snackbars (#5680)

This commit is contained in:
ggurdin 2026-02-12 12:58:41 -05:00 committed by GitHub
parent aa023160fc
commit 1db5dbb09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -432,6 +432,9 @@ extension on ScaffoldMessengerState {
SnackBar(
duration: const Duration(minutes: 5),
dismissDirection: DismissDirection.none,
// #Pangea
showCloseIcon: true,
// Pangea#
content: Row(
children: [
const SizedBox(