fix: overlapping issue in application selection page (#1128)

This commit is contained in:
Dhruvan Bhalara 2023-08-11 21:49:44 +05:30 committed by GitHub
parent 381daff980
commit 372ce174c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
),
)
.toList(),
const SizedBox(height: 70.0),
],
),
),