wip popovers

This commit is contained in:
Henry Hiles 2026-04-24 21:22:59 -04:00
commit 6d25568c59
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
7 changed files with 136 additions and 55 deletions

View file

@ -9,5 +9,9 @@ extension SchemeToTheme on ColorScheme {
inputDecorationTheme: const InputDecorationTheme(
border: OutlineInputBorder(),
),
popupMenuTheme: PopupMenuThemeData(
color: Colors.transparent,
shadowColor: Colors.transparent,
),
);
}