wip popovers
This commit is contained in:
parent
91c2d20e9b
commit
6d25568c59
7 changed files with 136 additions and 55 deletions
|
|
@ -9,5 +9,9 @@ extension SchemeToTheme on ColorScheme {
|
|||
inputDecorationTheme: const InputDecorationTheme(
|
||||
border: OutlineInputBorder(),
|
||||
),
|
||||
popupMenuTheme: PopupMenuThemeData(
|
||||
color: Colors.transparent,
|
||||
shadowColor: Colors.transparent,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue