chore: Follow up dividercolor
This commit is contained in:
parent
541775d675
commit
763828e216
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ abstract class FluffyThemes {
|
||||||
snackBarTheme: const SnackBarThemeData(
|
snackBarTheme: const SnackBarThemeData(
|
||||||
behavior: SnackBarBehavior.floating,
|
behavior: SnackBarBehavior.floating,
|
||||||
),
|
),
|
||||||
|
dividerColor: brightness == Brightness.light
|
||||||
|
? Colors.blueGrey.shade50
|
||||||
|
: Colors.blueGrey.shade900,
|
||||||
popupMenuTheme: PopupMenuThemeData(
|
popupMenuTheme: PopupMenuThemeData(
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue