chore: show close button for send file snackbars (#5680)
This commit is contained in:
parent
aa023160fc
commit
1db5dbb09f
1 changed files with 3 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue