Changed bottom safe area
This commit is contained in:
@@ -125,7 +125,7 @@ class BookmarkFormModalState extends ConsumerState<BookmarkFormModal> {
|
|||||||
],
|
],
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
top: false,
|
top: false,
|
||||||
bottom: true,
|
bottom: false,
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) => CustomScrollView(
|
builder: (context) => CustomScrollView(
|
||||||
slivers: [
|
slivers: [
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ class _List extends ConsumerWidget {
|
|||||||
],
|
],
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
top: false,
|
top: false,
|
||||||
bottom: true,
|
bottom: false,
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) => RefreshIndicator(
|
builder: (context) => RefreshIndicator(
|
||||||
displacement: 120,
|
displacement: 120,
|
||||||
|
|||||||
@@ -181,6 +181,7 @@ class _List extends ConsumerWidget {
|
|||||||
],
|
],
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
top: false,
|
top: false,
|
||||||
|
bottom: false,
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) => RefreshIndicator(
|
builder: (context) => RefreshIndicator(
|
||||||
displacement: 120,
|
displacement: 120,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class TagsScreen extends ConsumerWidget {
|
|||||||
],
|
],
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
top: false,
|
top: false,
|
||||||
bottom: true,
|
bottom: false,
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) => RefreshIndicator(
|
builder: (context) => RefreshIndicator(
|
||||||
displacement: 120,
|
displacement: 120,
|
||||||
|
|||||||
Reference in New Issue
Block a user