change bottom form 20 to 8 in selfWrappedContent()
This commit is contained in:
parent
a69246b11e
commit
f0a7d97ec8
@ -399,7 +399,7 @@ class _ManageReportingBottomSheetState
|
||||
final safeWrappedContent = SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: EdgeInsets.only(
|
||||
bottom: MediaQuery.of(context).viewPadding.bottom + 20,
|
||||
bottom: 8,
|
||||
left: 16,
|
||||
right: 16,
|
||||
top: 8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user