chore: Add close icon to snackbar in column mode

This commit is contained in:
Christian Kußowski 2025-09-25 17:01:19 +02:00
parent 2c40e15dc7
commit 87704700cb
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -118,6 +118,7 @@ abstract class FluffyThemes {
),
snackBarTheme: isColumnMode
? const SnackBarThemeData(
showCloseIcon: true,
behavior: SnackBarBehavior.floating,
width: FluffyThemes.columnWidth * 1.5,
)