Changed bottom safe area

This commit is contained in:
Juan Gilsanz Polo
2024-04-03 15:43:37 +02:00
parent c865ad3c48
commit a37d0866f4
4 changed files with 4 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ class BookmarkFormModalState extends ConsumerState<BookmarkFormModal> {
],
body: SafeArea(
top: false,
bottom: true,
bottom: false,
child: Builder(
builder: (context) => CustomScrollView(
slivers: [