refactor: improve code

This commit is contained in:
Aunali321
2023-06-12 06:01:57 +05:30
parent 20ffef39a3
commit 1ad906fedc
3 changed files with 11 additions and 7 deletions

View File

@ -157,7 +157,8 @@ class InstallerView extends StatelessWidget {
SliverFillRemaining(
hasScrollBody: false,
child: SizedBox(
height: MediaQuery.of(context).viewPadding.bottom),
height: MediaQuery.of(context).viewPadding.bottom,
),
),
],
),