Search modal animation

This commit is contained in:
Juan Gilsanz Polo
2024-02-27 16:30:39 +01:00
parent 167bee7b13
commit 5ab3b59152
3 changed files with 70 additions and 14 deletions

View File

@@ -44,7 +44,9 @@ class SearchBookmarksModal extends ConsumerWidget {
key: ScaffoldMessengerKeys.search,
child: Dialog.fullscreen(
child: Scaffold(
backgroundColor: Theme.of(context).colorScheme.primaryContainer.withOpacity(0.2),
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.primaryContainer.withOpacity(0),
toolbarHeight: 68,
leading: Padding(
padding: const EdgeInsets.only(bottom: 8),