redundant bottom padding

This commit is contained in:
Vadim 2025-07-19 19:00:56 +02:00
parent 3cd4d32a2b
commit 6133df4337

View file

@ -49,7 +49,6 @@ class _SettingsScreenState extends State<SettingsScreen> {
],
),
),
SliverToBoxAdapter(child: SizedBox(height: MediaQuery.paddingOf(context).bottom)),
],
),
);