change bottom form 20 to 8 in selfWrappedContent()

This commit is contained in:
Manish 2025-12-18 11:07:22 +05:30
parent a69246b11e
commit f0a7d97ec8

View File

@ -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,