🐛 Fix AppBar in SafeArea in explore
This commit is contained in:
@@ -350,7 +350,11 @@ class ExploreScreen extends HookConsumerWidget {
|
|||||||
toolbarHeight: 48 + 4,
|
toolbarHeight: 48 + 4,
|
||||||
flexibleSpace: Container(
|
flexibleSpace: Container(
|
||||||
height: 48,
|
height: 48,
|
||||||
margin: const EdgeInsets.only(left: 8, right: 8, top: 4),
|
margin: EdgeInsets.only(
|
||||||
|
left: 8,
|
||||||
|
right: 8,
|
||||||
|
top: 4 + MediaQuery.of(context).padding.top,
|
||||||
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Reference in New Issue
Block a user