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
|
snackBarTheme: isColumnMode
|
||||||
? const SnackBarThemeData(
|
? const SnackBarThemeData(
|
||||||
|
showCloseIcon: true,
|
||||||
behavior: SnackBarBehavior.floating,
|
behavior: SnackBarBehavior.floating,
|
||||||
width: FluffyThemes.columnWidth * 1.5,
|
width: FluffyThemes.columnWidth * 1.5,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue