add profile popovers
This commit is contained in:
parent
7ee165b300
commit
0b9ddbfbc8
11 changed files with 302 additions and 149 deletions
|
|
@ -7,6 +7,15 @@ extension SchemeToTheme on ColorScheme {
|
|||
titleSpacing: 0,
|
||||
backgroundColor: surfaceContainerLow,
|
||||
),
|
||||
menuTheme: MenuThemeData(
|
||||
style: MenuStyle(
|
||||
backgroundColor: WidgetStatePropertyAll(primaryContainer),
|
||||
),
|
||||
),
|
||||
chipTheme: ChipThemeData(
|
||||
labelStyle: TextStyle(color: onPrimary),
|
||||
color: WidgetStatePropertyAll(primary),
|
||||
),
|
||||
textTheme: ThemeData(
|
||||
fontFamilyFallback: ["sans", "emoji"],
|
||||
brightness: brightness,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue