chore: Add close icon to snackbar in column mode
This commit is contained in:
parent
2c40e15dc7
commit
87704700cb
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ abstract class FluffyThemes {
|
|||
),
|
||||
snackBarTheme: isColumnMode
|
||||
? const SnackBarThemeData(
|
||||
showCloseIcon: true,
|
||||
behavior: SnackBarBehavior.floating,
|
||||
width: FluffyThemes.columnWidth * 1.5,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue